-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Backports round 2 #18732
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
Backports round 2 #18732
Conversation
…andas-dev#18020) closes pandas-dev#17991 (cherry picked from commit 8388a47)
…s-dev#18385) (cherry picked from commit 27a64b2)
(cherry picked from commit 16de5f9)
…pandas-dev#18652) (cherry picked from commit 2db1cc0)
* patquet.py: Add error message for no engine found Give a better error message for engine="auto" case when none of the engines were found installed. * clean-up to prevent merge conflicts with other PR (cherry picked from commit b8b108c)
closes pandas-dev#17959 (cherry picked from commit e909ea0)
) fastparquet automatically names an index 'index' if it doesn't already have a name (cherry picked from commit 8d7e876)
Hello @TomAugspurger! Thanks for updating the PR.
Comment last updated on December 11, 2017 at 21:06 Hours UTC |
Hmm, not sure why those linting errors are coming up here, but not in #18385. |
Because W503 was added to setup.cfg as ignored error code on master |
See #18046 (comment). Maybe add a commit that adds it here as well |
and I merged #18730 |
Ah thanks. Yes, I'll just make a new commit then I think. |
* DOC: fix options table * additional fix (cherry picked from commit 8e34ec8)
Partial backport of https://github.com/pandas-dev/pandas/pull/18046/files
Codecov Report
@@ Coverage Diff @@
## 0.21.x #18732 +/- ##
==========================================
- Coverage 91.33% 91.29% -0.04%
==========================================
Files 156 156
Lines 51807 51835 +28
==========================================
+ Hits 47316 47322 +6
- Misses 4491 4513 +22
Continue to review full report at Codecov.
|
lgtm. |
No description provided.