Skip to content

Commit 471f607

Browse files
committed
Added reference to Bikes dataset.
1 parent 3cbf100 commit 471f607

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This repository contains the example data of the [IPython Cookbook](http://ipyth
88
* [Africa](https://github.com/ipython-books/cookbook-data/blob/master/africa.zip?raw=true)
99
* [Babies](https://github.com/ipython-books/cookbook-data/blob/master/babies.zip?raw=true)
1010
* [Beach](https://github.com/ipython-books/cookbook-data/blob/master/beach.zip?raw=true)
11+
* [Bikes](https://github.com/ipython-books/cookbook-data/blob/master/bikes.csv?raw=true)
1112
* [Child](https://github.com/ipython-books/cookbook-data/blob/master/child.zip?raw=true)
1213
* [Debian](https://github.com/ipython-books/cookbook-data/blob/master/debian.zip?raw=true)
1314
* [Family](https://github.com/ipython-books/cookbook-data/blob/master/family.zip?raw=true)
@@ -30,3 +31,5 @@ When you need to use a dataset for a recipe in the cookbook:
3031
1. Download the indicated dataset by clicking on the link above.
3132
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.
3233
3. Execute the notebook as indicated in the recipe.
34+
35+
*Note*: Dataset *Bikes* need not be downloaded as Recipe 2.2 fetches data directly from the Internet (see Issue #2).

0 commit comments

Comments
 (0)