├── README.md ├── facebook.zip └── nyc_taxi.zip /README.md: -------------------------------------------------------------------------------- 1 | # IPython minibook, 2nd edition (2015) 2 | 3 | Download the datasets used in the book: 4 | 5 | * [Facebook dataset (600 KB)](https://github.com/ipython-books/minibook-2nd-data/blob/master/facebook.zip?raw=true) 6 | * [NYC taxi dataset (87 MB)](https://github.com/ipython-books/minibook-2nd-data/blob/master/nyc_taxi.zip?raw=true) 7 | -------------------------------------------------------------------------------- /facebook.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipython-books/minibook-2nd-data/51d3b5ada890363998bbbf627e5c7f37f53785da/facebook.zip -------------------------------------------------------------------------------- /nyc_taxi.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipython-books/minibook-2nd-data/51d3b5ada890363998bbbf627e5c7f37f53785da/nyc_taxi.zip --------------------------------------------------------------------------------