Add unit property and as_unit method to DatetimeIndex, TimedeltaIndex and Series.dt by skatsuta · Pull Request #865 · pandas-dev/pandas-stubs (original) (raw)

Add unit property and as_unit method to DatetimeIndex, TimedeltaIndex and Series.dt,
to add support for the following items in #624:

Note: The addition to TimelikeOps is not necessarily needed to add support for Series.dt, but since it is in the pandas implementation, we should also add it in this stub for consistency.