Skip to content

martintaleski/jupyter_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyer Demo

This jupyer demo is for demonstration purposes of the capabilites of Jupyer Notebook and Pandas dataframe

It reads some data about lamps from a CSV files and tries to plot them on a bar chart.

It implements some of the basic functionalities of the Pandas Data Frame. It appends new calculated columns, cleans the data from outliers and do some simple statistics.

You will find more comments in the demo notebook.

Installation

Install the python requirements from requirements.txt

pip install -r requirements.txt

Run the jupyter note book with:

jupyter notebook

You will need to access the jupyter notebook from your browser and open the demo.ipynb file

About

Jupyter Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published