IPython Cookbook: example data
This repository contains the example data of the IPython Cookbook, the definitive guide to high-performance scientific computing and data science in Python. The main repository is here.
Datasets
- Africa
- Babies
- Beach
- Bikes
- Child
- Debian
- Family
- NASDAQ
- Notebook
- Piano
- Portrait
- RATP
- Road
- Storms
- Tennis
- Titanic
- Troll
- Weather
Installation instructions
When you need to use a dataset for a recipe in the cookbook:
- Download the indicated dataset by clicking on the link above.
- Extract the downloaded
.zip
file in your current directory (the directory that contains your IPython notebook). Now there should be a newdata/
subfolder containing the dataset for the recipe. - Execute the notebook as indicated in the recipe.
Note: Dataset Bikes need not be downloaded as Recipe 1.2 fetches data directly from the Internet (see Issue #2).