πŸ—“οΈ Week 03 – Day 02: Interactive Visualisations and Dashboards

Bringing your data to life

Author
Published

23 July 2024

πŸ₯… 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 βœ… (Solutions) Lab 09 notebook. You might need to run the solutions to the lab before running the streamlit app.