runpandas.types.acessors.session._SessionAcessor.pace#

_SessionAcessor.pace(to_special_column=True, **kwargs)#

Compute the pace (the time that it takes to cover distances in your activities) over all the activities.

Parameters
  • to_special_column (convert the pace calculated (pandas.Series)) – to special runpandas Pace column (runpandas.types.columns.Pace). Default is True.

  • **kwargs (Keyword args to be passed to the Pace build method) –

Returns

`runpandas.Activity`

Return type

The runpandas.Activity with the new column pace computed.