ποΈ Week 03 β Day 02: Interactive Visualisations and Dashboards
Bringing your data to life
π₯ Learning Objectives
Review the goals for today
At the end of the day you should be able to:
- Create interactive visualizations
- Create a dashboard with multiple visualizations
- Use a dashboard to tell a story with data
- Use a dashboard to make data-driven decisions
π Todayβs Lecture
π Preparation
You can use your base
environment or create a new one for this notebook.
These are the libraries you need to install:
pip install altair streamlit
π Lecture notebook
Todayβs lecture material is contained in the following Jupyter script:
Todayβs script depends on the notebook. You might need to run the solutions to the lab before running the streamlit app.