Skip to content

Some iPython/Jupyter Notebooks that Illustrate the use of django-pandas

Notifications You must be signed in to change notification settings

chrisdev/django-pandas-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-pandas-examples

Some iPython/Jupyter Notebooks that Illustrate the use of django-pandas. Django pandas provides tools for working with pandas in your Django projects.

Getting Started

  • Clone the repository
$ git clone https://github.com/chrisdev/django-pandas-examples.git
$ pip install -r requirements.txt

This can be difficult to get set up and require you to compile a whole bunch of things. You can use Anaconda, which is a Python distribution which will give you everything you need.

  • Start the Jupyter notebook
$ cd django-pandas-examples/notebooks
$ jupyter notebook

A tab should open up in your browser at http://localhost:8888

Play with these notebooks and Happy learning!

About

Some iPython/Jupyter Notebooks that Illustrate the use of django-pandas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published