Skip to content

ijohn/learn-pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learning pandas

This repository contains a couple of Jupyter Notebook files I created while I was learning pandas.

If you want to learn from these files and you have Docker installed, you only need to do the following:

$ git clone https://github.com/ijohn/learn-pandas.git
$ cd learn-pandas
$ docker run --rm -p 8888:8888 -v "${PWD}":/home/jovyan/work jupyter/scipy-notebook

After that, read the console output which will tell you the complete URL (local) where you could see the notebooks with your web browser. New notebooks will be saved to the working directory.

Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published