dask.dataframe.Series.to_timestamp

Series.to_timestamp(freq=None, how='start', axis=0)[source]

Cast to DatetimeIndex of Timestamps, at beginning of period.

This docstring was copied from pandas.core.series.Series.to_timestamp.

Some inconsistencies with the Dask version may exist.

Parameters
freqstr, default frequency of PeriodIndex

Desired frequency.

how{‘s’, ‘e’, ‘start’, ‘end’}

Convention for converting period to timestamp; start of period vs. end.

copybool, default True (Not supported in Dask)

Whether or not to return a copy.

Returns
Series with DatetimeIndex