Parbhat / django-pandas-examples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 89.9%Language:Python 10.1%