-
Notifications
You must be signed in to change notification settings - Fork 42
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
pantab 4.0 #218
pantab 4.0 #218
Conversation
734c575
to
505ddeb
Compare
pantab/tests/conftest.py
Outdated
@@ -59,15 +57,15 @@ def df(): | |||
0, | |||
0, | |||
0, | |||
# np.nan, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are commented out because of a bug upstream in pandas. see pandas-dev/pandas#56777
pantab/tests/conftest.py
Outdated
"datetime64_utc", | ||
"timedelta64", | ||
# "datetime64_utc", | ||
# "timedelta64", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
timedelta support will be broken in 4.0. the pandas buffer interface doesn't send it, and there is some ambiguiuty across different libraries as to how this is managed anyway
closes #xxx