A collection of Jupyter notebooks based on pandas' documentation, for conveniently trying out examples.
You can run the notebooks online, courtesy of Binder.
-
Fetch the necessary files, and create a virtual environment:
git clone https://github.com/Tim-Abwao/learning-pandas.git cd learning-pandas python3 -m venv venv source venv/bin/activate
-
Install required packages:
pip install -U pip pip install -r requirements.txt
-
Launch JupyterLab and open one of the notebooks in /notebooks.
jupyter-lab