A Jupyter notebook with some common data manipulations you might do while working in pandas.
Clone or download/unzip this repo and install the dependencies (jupyter
and pandas
), preferably in a virtual environment of some sort.
If you're using the built-in venv
module to manage dependencies:
cd path/to/where/this/repo/lives/on/your/computer
python3 -m venv env
(Mac) orpython -m venv env
(PC)source env/bin/activate
(Mac) or.\env\Scripts\activate
(PC)pip install -r requirements.txt
jupyter notebook