modin.pandas.TimedeltaIndex.as_unit¶
- TimedeltaIndex.as_unit(unit: str) TimedeltaIndex[source]¶
Convert to a dtype with the given unit resolution.
- Parameters:
unit ({'s', 'ms', 'us', 'ns'}) –
- Return type:
Examples
Convert to a dtype with the given unit resolution.
unit ({'s', 'ms', 'us', 'ns'}) –
Examples