Implementation of a Dashboard App based on Streamlit by Python
This app is based on the premise that people are looking for interaction to understand data-driven insights and create more of them.
https://poblacion-mx.streamlit.app/
Having in mind that Streamlit is an open-source web framework in Python that turns data scripts into shareable web apps and lets you focus on the data and the model, the following are the steps for building a succesful dashboard:
- Define key metrics
- Analyze data by performing Exploratory Data Analysis
- Build the Dashboard
- Deploy the Dashboard