runpandas.types.Activity.set_specs#

Activity.set_specs(cspecs=None, inplace=False)#

Set the Column Specifications (cspecs) of the Activity. Set the specifed column on Activity.

Parameters
  • cspecs (dict of series) –

  • inplace (bool, default False) – If True, the cspecs of the Activity will be changed in place (while still returning the result) instead of making a copy of the Activity.