{"id":13935463,"url":"https://github.com/ipython-books/cookbook-data","last_synced_at":"2025-10-27T13:09:26.551Z","repository":{"id":12212841,"uuid":"14819493","full_name":"ipython-books/cookbook-data","owner":"ipython-books","description":"[DEPRECATED] See the new edition:","archived":false,"fork":false,"pushed_at":"2016-02-22T05:24:19.000Z","size":29947,"stargazers_count":115,"open_issues_count":1,"forks_count":62,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-10-03T22:46:44.085Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://ipython-books.github.io/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ipython-books.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-30T10:59:32.000Z","updated_at":"2025-02-05T16:51:22.000Z","dependencies_parsed_at":"2022-09-23T04:50:36.455Z","dependency_job_id":null,"html_url":"https://github.com/ipython-books/cookbook-data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ipython-books/cookbook-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipython-books%2Fcookbook-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipython-books%2Fcookbook-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipython-books%2Fcookbook-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipython-books%2Fcookbook-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipython-books","download_url":"https://codeload.github.com/ipython-books/cookbook-data/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipython-books%2Fcookbook-data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281272248,"owners_count":26472671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-07T23:01:47.379Z","updated_at":"2025-10-27T13:09:26.476Z","avatar_url":"https://github.com/ipython-books.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"IPython Cookbook: example data\r\n==============================\r\n\r\nThis repository contains the example data of the [IPython Cookbook](http://ipython-books.github.io), the definitive guide to **high-performance scientific computing** and **data science** in Python. [The main repository is here](https://github.com/ipython-books/cookbook-code).\r\n\r\n## Datasets\r\n\r\n* [Africa](https://github.com/ipython-books/cookbook-data/blob/master/africa.zip?raw=true)\r\n* [Babies](https://github.com/ipython-books/cookbook-data/blob/master/babies.zip?raw=true)\r\n* [Beach](https://github.com/ipython-books/cookbook-data/blob/master/beach.zip?raw=true)\r\n* [Bikes](https://github.com/ipython-books/cookbook-data/blob/master/bikes.csv?raw=true)\r\n* [Child](https://github.com/ipython-books/cookbook-data/blob/master/child.zip?raw=true)\r\n* [Debian](https://github.com/ipython-books/cookbook-data/blob/master/debian.zip?raw=true)\r\n* [Family](https://github.com/ipython-books/cookbook-data/blob/master/family.zip?raw=true)\r\n* [NASDAQ](https://github.com/ipython-books/cookbook-data/blob/master/nasdaq.zip?raw=true)\r\n* [Notebook](https://github.com/ipython-books/cookbook-data/blob/master/notebook.zip?raw=true)\r\n* [Piano](https://github.com/ipython-books/cookbook-data/blob/master/piano.zip?raw=true)\r\n* [Portrait](https://github.com/ipython-books/cookbook-data/blob/master/portrait.zip?raw=true)\r\n* [RATP](https://github.com/ipython-books/cookbook-data/blob/master/ratp.zip?raw=true)\r\n* [Road](https://github.com/ipython-books/cookbook-data/blob/master/road.zip?raw=true)\r\n* [Storms](https://github.com/ipython-books/cookbook-data/blob/master/storms.zip?raw=true)\r\n* [Tennis](https://github.com/ipython-books/cookbook-data/blob/master/tennis.zip?raw=true)\r\n* [Titanic](https://github.com/ipython-books/cookbook-data/blob/master/titanic.zip?raw=true)\r\n* [Troll](https://github.com/ipython-books/cookbook-data/blob/master/troll.zip?raw=true)\r\n* [Weather](https://github.com/ipython-books/cookbook-data/blob/master/weather.zip?raw=true)\r\n\r\n## Installation instructions\r\n\r\nWhen you need to use a dataset for a recipe in the cookbook:\r\n\r\n1. Download the indicated dataset by clicking on the link above.\r\n2. 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.\r\n3. Execute the notebook as indicated in the recipe.\r\n\r\n*Note*: Dataset *Bikes* need not be downloaded as Recipe 1.2 fetches data directly from the Internet (see [Issue #2](https://github.com/ipython-books/cookbook-data/issues/2)).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipython-books%2Fcookbook-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipython-books%2Fcookbook-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipython-books%2Fcookbook-data/lists"}