runpandas.types.summary.session_summary#
- runpandas.types.summary.session_summary(session)#
Returns the a pandas Dataframe with the common basic statistics for the given activity.
- Parameters
session (runpandas.types.Activity. Runpandas Activity with pandas.MultiIndex) –
statistics (to be computed the) –
- Returns
pandas.Dataframe (A pandas DataFrame containing the summary statistics)
across all th activities, which includes estimates of the total distance covered,
the total duration, the time spent moving, and many others.