Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEPR: Timestamp, NaT, TimedeltaIndex, DatetimeIndex resolution #26906

Closed
jbrockmendel opened this issue Jun 17, 2019 · 3 comments
Closed

DEPR: Timestamp, NaT, TimedeltaIndex, DatetimeIndex resolution #26906

jbrockmendel opened this issue Jun 17, 2019 · 3 comments
Labels
Datetime Datetime data dtype Deprecate Functionality to remove in pandas

Comments

@jbrockmendel
Copy link
Member

We recently made Timedelta.resolution match the stdlib timedelta.resolution behavior (#26839), should make all our others use consistent naming.

@simonjayhawkins simonjayhawkins added Deprecate Functionality to remove in pandas Datetime Datetime data dtype labels Jun 18, 2019
@sameshl
Copy link
Contributor

sameshl commented Aug 11, 2019

@jbrockmendel I would love to work on this. Could you elaborate on what needs to be done here?

@jbrockmendel
Copy link
Member Author

@sameshl great! Take a look at what we did in #26839 for Timedelta, and then we need to do the same thing for Timestamp, NaT, TimedeltaIndex, and DatetimeIndex.

@jbrockmendel
Copy link
Member Author

This is done for Timestamp and NaT, not worth worrying about for the indexes. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Datetime Datetime data dtype Deprecate Functionality to remove in pandas
Projects
None yet
Development

No branches or pull requests

3 participants