-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
COMPAT: handle pyarrow deprecation of timestamps_to_ms in .from_pandas with pyarrow < 0.6.0 #17447
Conversation
…s with pyarrow < 0.6.0 closes pandas-dev#17438
Codecov Report
@@ Coverage Diff @@
## master #17447 +/- ##
==========================================
- Coverage 91.16% 91.14% -0.03%
==========================================
Files 163 163
Lines 49581 49586 +5
==========================================
- Hits 45199 45193 -6
- Misses 4382 4393 +11
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #17447 +/- ##
==========================================
- Coverage 91.16% 91.14% -0.03%
==========================================
Files 163 163
Lines 49581 49586 +5
==========================================
- Hits 45199 45193 -6
- Misses 4382 4393 +11
Continue to review full report at Codecov.
|
👍, thanks @jreback! |
…s with pyarrow < 0.6.0 (pandas-dev#17447) closes pandas-dev#17438
Possibly related to this (didn't look into detail, but just saw this error in the doc builds):
Failing example in the docs: https://pandas-docs.github.io/pandas-docs-travis/io.html#parquet |
I pushed a fix for #17447 (comment) @jorisvandenbossche |
…s with pyarrow < 0.6.0 (pandas-dev#17447) closes pandas-dev#17438
…s with pyarrow < 0.6.0 (pandas-dev#17447) closes pandas-dev#17438
…s with pyarrow < 0.6.0 (pandas-dev#17447) closes pandas-dev#17438
closes #17438