runpandas.types.summary.activity_summary#
- runpandas.types.summary.activity_summary(activity)#
Returns the pandas Dataframe with the common basic statistics for the given activity.
- Parameters
activity (runpandas.types.Activity. Runpandas Activity to be computed the statistics) –
- Returns
pandas.Dataframe (A pandas DataFrame containing the summary statistics, which)
inclues estimates of the total distance covered, the total duration,
the time spent moving, and many others.