You can either work online, via MyBinder, or locally.
Go to: https://mybinder.org/v2/gh/JKU-ICG/va_python_splom_heatmap_parallel_coordinates/main?urlpath=lab and open the template.ipynb notebook.
Checkout this repo and change into the folder:
git clone https://github.com/JKU-ICG/va_python_splom_heatmap_parallel_coordinates
cd va_python_splom_heatmap_parallel_coordinates
Create a new environemnt and install the packages:
conda create --name va_splom_heatmap_parallel_coord
conda activate va_splom_heatmap_parallel_coord
conda install -c conda-forge --yes --file requirements.txt
Hint: For more information on Anaconca and enviroments take a look at the README form our tutorial repository.
Then launch Jupyter Lab :
jupyter lab
Goto http://localhost:8888/ and open the template notebook.
Perform the following tasks. Then download the notebook as HTML and submit it. You can use all or a subset of the data for the tasks. Additional data-wrangling may be necessary.
- Inspect the data and attributes, e.g. with head(), and dtypes.
- Select more than two suitable attributes and create a scatterplot matrix.
- Create a color-coded scatterplot matrix using the same attributes and an additional categorical attribute, e.g. with altair.
- Interpret the results.