-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: interpolation of datetime values (NaT) #11312
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
Labels
Datetime
Datetime data dtype
Enhancement
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Comments
pretty easy to do this, just take a view (if i8_needed), then reconvert |
+1, would be nice if this worked out of the box |
@nirvana-msu : PR is welcome if you would like to contribute! |
4 tasks
Closed
Yuck. This now raises ValueError |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Datetime
Datetime data dtype
Enhancement
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
I didn't directly found an open issue about it, but is there a reason we do not implement interpolation of datetime values (so not in the index)?
Example:
A crude manual work around:
The text was updated successfully, but these errors were encountered: