Interactive Data Visualization with Altair
Before the class
- In this tutorial, you can choose whether to use Google Colaboratory or install Anaconda and Jupyter Notebook.
- In case you use Jupyter Notebook on your local machine, you need to install the Altair library.
- Make sure that Altair library did work before the class by running this demo on your local machine.
- Watch Introduction to Altair videos in this playlist.
- Getting familiar with data transformation with Pandas. We will not cover this in the tutorial.
Tutorial 3: Data visualization
- The student notebook for this tutorial is available here.
- Click File > Save a Copy in Drive to clone the tutorial notebook into your Colab Notebooks folder OR Click File > Download > Download .ipynb to download the notebook on your local computer.
- Dataset: cars.json (You don't need to download if you installed the vega-datasets package.)
- The solution will be posted here after the class.
Tutorial 4: Interaction and selection
Acknowledgment: The tutorials are based on Exploratory Data Visualization with Altair tutorial at PyCon 2018.