Skip to content

A collection of Jupyter Notebooks based on the official pandas documentation

Notifications You must be signed in to change notification settings

Tim-Abwao/learning-pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Pandas

Binder

A collection of Jupyter notebooks based on pandas' documentation, for conveniently trying out examples.

You can run the notebooks online, courtesy of Binder.

Running locally

  1. 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
  2. Install required packages:

    pip install -U pip
    pip install -r requirements.txt
  3. Launch JupyterLab and open one of the notebooks in /notebooks.

    jupyter-lab

About

A collection of Jupyter Notebooks based on the official pandas documentation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published