This repo hosts the materials for a 3-hour introduction to Pandas workshop.
If you're working on your local machine, make sure to install Pandas.
If you already have Pandas installed, you may want to update Pandas.
You can also work on Google Colab (in the cloud), where you won't have to install Pandas. These are the links to work on Google Colab:
This fork contains my edits (pandas-Updated and pandas2-Updated files) and also contains a virtual environment using uv. The original files are also included for reference.
- Install the uv package manager
- Clone the repository
- Run
uv sync