Jupyter notebook with code snippets from my blogpost Pandas & Seaborn - A guide to handle & visualize data in Python on the Tryolabs blog.
- Install Poetry
- Run
poetry install
- Run
poetry run jupyter notebook
- Open the notebook and play 😃
- Install VSCode
- Run code_examples.py as explained here
Code examples should run ok under Python 3.7.4, Pandas 0.25.1 and Seaborn 0.9.0