-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Interpolate NaT #11701
Comments
this is not implemented ATM on datetimes. pull-requests are welcome. |
What is your opinion about the last solution proposed by CT Zhu on StackOverflow ?
isn't there a method to support |
Shouldn't we look for example to
which is |
I have the impression that interpolating NaT is still not possible in v20.3. |
This is not very hard to actually do directly (and what
|
@rinoc did some work on this issue in https://github.com/rinoc/pandas/commit/e77e4c8566db68c0ec144f9aeb01dc5225c971d6 |
Looks to be a duplicate of #11312 |
Hello,
interpolate
doesn't work withNaT
see http://stackoverflow.com/questions/33921795/fill-timestamp-nat-with-a-linear-interpolation/33922824#33922824
Here is a trivial example to show the situation:
Kind regards
The text was updated successfully, but these errors were encountered: