Frame#
A Activity is a tabular data structure that contains a column
which contains a MeasureSeries storing special measures.
A RaceResult object is a pandas.DataFrame that contains
additional metadata and methods pertinent to analysis of race results.
Constructor#
|
An Activity object is a pandas.DataFrame that provides useful methods and has specific columns with special functionalities. |
|
A RaceResult object is a pandas.DataFrame that contains additional metadata and methods pertinent to analysis of race results. |
Reading and writing files#
|
Alternate constructor to create a |
Activity handling#
|
Set the Column Specifications (cspecs) of the |
|
Special Metrics#
|
|
|
|
Returns: The total distance of the activity in meters as a float number. |
RaceResult#
Display the summary statistics from the race. |
|
Returns: The number of participants as an integer number. |
|
Returns: The number of finishers as an integer number. |
|
Returns: The number of non-finishers as an integer number. |
|
Returns: The winner record row as a pandas.Series object. |
|
Returns: |