runpandas.types.acessors.metrics.MetricsAcessor.pace#

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

Calculates the pace (the time that it takes to cover distances in your 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

pace – A Series of floats representing the pace in meters per second with the same index of the accessed activity object.

Return type

pandas.Series or runpandas.types.columns.Pace