https://github.com/jumpingrivers/2023-pyconuk-seaborn
Materials for the Data Visualisation with Seaborn Clasroom at Pycon UK 2023
https://github.com/jumpingrivers/2023-pyconuk-seaborn
Last synced: about 1 year ago
JSON representation
Materials for the Data Visualisation with Seaborn Clasroom at Pycon UK 2023
- Host: GitHub
- URL: https://github.com/jumpingrivers/2023-pyconuk-seaborn
- Owner: jumpingrivers
- Created: 2023-09-20T15:45:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T07:32:55.000Z (over 2 years ago)
- Last Synced: 2025-03-26T20:51:19.072Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 2.28 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Visualisation with Seaborn
Classroom for PyCon UK 2023
## Dependencies
The workshop dependencies can be installed by running:
```
python3 -m pip install jrpyvis
```
This installs Matplotlib, Pandas and Seaborn.
View the slides here:
- [Introduction](https://jumpingrivers.github.io/2023-pyconuk-seaborn/introduction.html)