Skip to content

A Jupyter notebook with some common data manipulations you might do while working in pandas.

License

Notifications You must be signed in to change notification settings

cjwinchester/pandas-cheat-sheet

Repository files navigation

pandas cheat sheet

A Jupyter notebook with some common data manipulations you might do while working in pandas.

Run the notebook

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) or python -m venv env (PC)
  • source env/bin/activate (Mac) or .\env\Scripts\activate (PC)
  • pip install -r requirements.txt
  • jupyter notebook

About

A Jupyter notebook with some common data manipulations you might do while working in pandas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published