API Reference
Functionality to get bike sharing data from Oslo Bysykkel.
- oslobike.oslobike.get_historical(month, year)[source]
Fetch the historical bike data for the given month.
- Parameters
month (int) – Month to download bike sharing data from
year (int) – Year to download bike sharing data from
- Returns
Data frame containing the bike sharing data.
- Return type
pd.DataFrame