.. _f-databikes: module ``datainc.data_bikes`` ============================= Short summary +++++++++++++ module ``ensae_projects.datainc.data_bikes`` Data related to a challenge, streets in Seattle :githublink:`%|py|0` Functions +++++++++ +-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +===============================================================================================+=============================================================================================================================+ | :func:`add_missing_time ` | After aggregation, it usually happens that the series is sparse. This function adds rows for missing time. | +-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :func:`df_crossjoin ` | Makes a cross join (cartesian product) between two dataframes by using a constant temporary key. Also sets a MultiIndex ... | +-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :func:`folium_html_stations_map ` | Returns a :epkg:`folium` map which shows stations in different colors. | +-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ | :func:`get_chicago_stations ` | Retrieves processed data from `Divvy Data `_. | +-----------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_projects.datainc.data_bikes :members: :special-members: __init__ :show-inheritance: