Welcome to the Introduction to Zephyr course! You will find all of the example projects and solution code for the example projects in this repository. Follow the Development Environment: Espressif and ...
SUPERSTORE/ ├── app/ │ └── dashboard.py # Código principal do Streamlit │ ├── data/ │ ├── raw/ │ │ └── DadosBrutos.csv # Dataset original │ └── processed/ │ └── dados_tratados.csv # Dataset após ...