deniederhut / pybay_2016

Slides, code, and data for PyBay 2016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What to do when your data is large but not big

PyBay 2016

Install

This project requires Python 2.7 and the following Python libraries installed:

Code

The code is provided in the notebook chunker_PyBay.ipynb.

To open it, go to the top-level project directory tutorials_PyBay2016/ and start the notebook server:

jupyter notebook

This should open a web browser to the server's dashboard (typically http://127.0.0.1:8888). Click on the appropriate notebook (.ipynb) to open it, and follow the instructions.

Run

To run a code cell in the notebook, hit Shift+Enter. Any output will be displayed below the corresponding cell.

You can also add/edit markdown text cells and render them using Shift+Enter.

Data

The dataset used in this project is included as:

  • demo.hdf5
  • demo.db
  • data.csv

License

The contents of this repository are covered under this license.

About

Slides, code, and data for PyBay 2016

License:BSD 2-Clause "Simplified" License


Languages

Language:Jupyter Notebook 86.5%Language:TeX 12.5%Language:Python 1.1%