Summary#

Helper module for evaluation and display of the summary of training sessions and race results.

session_summary(session)

Returns the a pandas Dataframe with the common basic statistics for the given activity.

activity_summary(activity)

Returns the pandas Dataframe with the common basic statistics for the given activity.

race_summary(race)

Returns the pandas Dataframe with the race event statistics for the given race result object.