-
-
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
CLN: Remove the engine parameter in CSVFormatter and to_csv #13419
CLN: Remove the engine parameter in CSVFormatter and to_csv #13419
Conversation
@@ -40,6 +40,8 @@ Other enhancements | |||
Backwards incompatible API changes | |||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||
|
|||
- ``DataFrame.to_csv()`` has dropped the ``engine`` parameter (:issue:`13419`) |
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.
Can you move this to "Removal of prior version deprecations/changes" (a bit below)
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.
Ah, good catch. Fixed.
2677cc2
to
b03e148
Compare
@@ -64,6 +64,7 @@ Deprecations | |||
Removal of prior version deprecations/changes | |||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |||
|
|||
- ``DataFrame.to_csv()`` has dropped the ``engine`` parameter (:issue:`13419`) |
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.
put the original issue number here (you can leave this one as well if you want).
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.
Sure thing. Done.
see #11274 this was actually just deprecated in 0.17.1 (even though it said 0.13). |
5b0851c
to
36e4f42
Compare
3743721
to
489f2c0
Compare
1508d9c
to
7bd4856
Compare
de7c13b
to
16a3264
Compare
@gfyoung Master is now targeted for 0.19.0, so this can go in. Can you move the whatsnew note to the correct file? |
16a3264
to
ab0fa11
Compare
Current coverage is 84.32%@@ master #13419 diff @@
==========================================
Files 138 138
Lines 51157 51083 -74
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
- Hits 43131 43076 -55
+ Misses 8026 8007 -19
Partials 0 0
|
@jreback , @jorisvandenbossche : Travis is passing, so ready to merge if there are no other concerns. |
ab0fa11
to
ddd6cd2
Compare
lgtm. ping on green. |
@jreback : Travis is giving the green light. Ready to merge if there are no other concerns. |
@gfyoung yes, merging shortly. |
thanks @gfyoung |
Title is self-explanatory.
Internal code and #6581 indicate that this was long overdue.