Skip to content

chrisdev/django-pandas-examples

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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