-
Notifications
You must be signed in to change notification settings - Fork 64
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
[BUG] is_datetime_or_timedelta removed in Pandas 2.1.0 #263
Comments
I was bit by this one recently. @dtaivpp @dhrubo-os I'm not familiar with the CCI label -- is this one somebody is working on, or would you take a PR? |
Currently nobody is working on this issue. I marked this as |
Got it. Thanks! Let me look into it and see if I can contribute something. |
I see that a quick fix for this is to limit the version of pandas to < 2.0 . |
Yeah, we can just do: @bsowell are you working on this issue? Just checking. |
I'm sorry. I had trouble getting tests to run locally and then got distracted so I haven't done much. The implementation of |
I think we should close this issue. |
Closing this issue in favor of #316 |
What is the bug?
We import
is_datetime_or_timedelta
infield_mappings.py
but that has been removed from Pandas version 2.1.0.How can one reproduce the bug?
What is the expected behavior?
Should not give import error.
What is your host/environment?
N/A
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: