• Stars
    star
    116
  • Rank 302,150 (Top 6 %)
  • Language
  • Created almost 11 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

[DEPRECATED] See the new edition:

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

Installation instructions

When you need to use a dataset for a recipe in the cookbook:

  1. Download the indicated dataset by clicking on the link above.
  2. Extract the downloaded .zip file in your current directory (the directory that contains your IPython notebook). Now there should be a new data/ subfolder containing the dataset for the recipe.
  3. 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).