Input/output#
Tracking files#
|
|
|
|
Strava#
|
The StravaClient object is a helper tool for handling the authentication process (i.e. |
RaceResult#
|
Returns event results based on year or event name identifier. |
|
|
|
|
|
|
|
The StravaClient object is a helper tool for handling the authentication process (i.e. |
|
Returns event results based on year or event name identifier. |
|
|
Social Apps#
read_strava(activity_id[, client, to_df])This method loads the activity data from Strava into a Pandas DataFrame or runpandas Activity.
read_nikerun(file_path[, to_df])This method loads a NikeRun API response in JSON file into a Pandas DataFrame or runpandas Activity.
read_dir_nikerun(dirname, **kwargs)Read all NikeRun JSON container files from a supplied directory as runpandas.Activity dataframes, and aggregate them to the same session as a pandas.MultiIndex activity dataframe.