This dashboard is made using Dash Plotly. The framework uses callbacks to respond to user interactions and render visualizations.
Dashboard to visualize data of Immigration to Canada by people across the globe. The dashboard story tells the data using line chart, bar graph and pie charts.
Input: canadian_immigration_data.csv
Deployed link: https://jayant-dashboard.eastus2.cloudapp.azure.com/
- Make sure you have python and pip installed
- Navigate into the project directory
- Run
This creates a virtual env and installs all the requirements.
python3 -m venv venv source venv/bin/activate pip install dash plotly pandas
- Run
This runs the application and you are good to Go 😉
python dashboard.py
Use script.sh to deploy and Refer this guide
Yes, please! Feel free to contribute, raise issues and recommend best practices.
A few resources: