Dates
DateRangeError
DefaultDates
Source code in lyft_bikes/historical/dates.py
last_date: datetime.date
property
Latest available day in the historical dataset.
Based on the releases of the historical trips. Seems to be safe to include the previous month.
create_date_range(start_date, end_date)
Return list of dates from start to end
Source code in lyft_bikes/historical/dates.py
DivvyDates
Bases: DefaultDates
Class that stores and calculates different dates associated with the Divvy Program.