Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakevdp/bicycle-data
Bicycle dataset used in the Python Data Science Handbook
https://github.com/jakevdp/bicycle-data
Last synced: 24 days ago
JSON representation
Bicycle dataset used in the Python Data Science Handbook
- Host: GitHub
- URL: https://github.com/jakevdp/bicycle-data
- Owner: jakevdp
- Created: 2022-08-08T12:57:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T13:46:10.000Z (over 2 years ago)
- Last Synced: 2024-10-05T01:23:06.463Z (about 1 month ago)
- Size: 1020 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bicycle-data
Bicycle count data used by the [Python Data Science Handbook](https://github.com/jakevdp/PythonDataScienceHandbook/)
The data here is drawn from two sources:
- `FremontBridge.csv` comes from bicycle counter installed on Seattle's Fremont Bridge; it is available at https://data.seattle.gov/Transportation/Fremont-Bridge-Bicycle-Counter/65db-xm6k
- `SeattleWeather.csv` comes from NOAA data for weather station USW00024233, located at the Seattle-Tacoma International Airport; it is available at https://www.ncdc.noaa.gov/cdo-web/search?datasetid=GHCND
To see these datasets in use, see the following chapters:
- [Working with Time Series](https://jakevdp.github.io/PythonDataScienceHandbook/03.11-working-with-time-series.html)
- [In-Depth: Linear Regression](https://jakevdp.github.io/PythonDataScienceHandbook/05.06-linear-regression.html)