Skip to content

COMPAT: NaT should support tz_localize / tz_convert #15830

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

Closed
jreback opened this issue Mar 29, 2017 · 0 comments · Fixed by #15868
Closed

COMPAT: NaT should support tz_localize / tz_convert #15830

jreback opened this issue Mar 29, 2017 · 0 comments · Fixed by #15868
Labels
Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Mar 29, 2017

These should simply return a NaT.

makes NaT more Timestamp accessible.

these are added like in #15782

further would be nice to audit all methods that are not implemented to see if they should be added as well (again most of these will likely return NaT or np.nan)

@jreback jreback added Compat pandas objects compatability with Numpy or Python functions Difficulty Novice Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Datetime Datetime data dtype labels Mar 29, 2017
@jreback jreback added this to the Next Major Release milestone Mar 29, 2017
atbd added a commit to atbd/pandas that referenced this issue Apr 2, 2017
atbd added a commit to atbd/pandas that referenced this issue Apr 2, 2017
@jreback jreback modified the milestones: 0.20.0, Next Major Release Apr 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant