Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)