https://github.com/rezaafaisal/air-quality-analytics
This project focuses on creating a dashboard using streamlit. The purpose is to analyze the air quality at each station in china whose dataset is sourced from kaggle.com.
https://github.com/rezaafaisal/air-quality-analytics
dashboard data-visualization data-wrangling exploratory-data-analysis numpy pandas python streamlit
Last synced: 2 months ago
JSON representation
This project focuses on creating a dashboard using streamlit. The purpose is to analyze the air quality at each station in china whose dataset is sourced from kaggle.com.
- Host: GitHub
- URL: https://github.com/rezaafaisal/air-quality-analytics
- Owner: rezaafaisal
- Created: 2023-09-01T15:29:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T04:02:48.000Z (over 2 years ago)
- Last Synced: 2026-04-02T21:54:38.204Z (3 months ago)
- Topics: dashboard, data-visualization, data-wrangling, exploratory-data-analysis, numpy, pandas, python, streamlit
- Language: Jupyter Notebook
- Homepage:
- Size: 20.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Air Quality Dashboard ✨
## Setup environment
```
conda create --name main-ds python=3.11
conda activate main-ds
pip install numpy pandas scipy matplotlib jupyter streamlit plotly-express
```
## Run steamlit app
```
streamlit run dashboard/1_Dashboard.py
```