-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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: Drop the skip_footer parameter in read_csv #18724
CLN: Drop the skip_footer parameter in read_csv #18724
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18724 +/- ##
==========================================
+ Coverage 91.6% 91.6% +<.01%
==========================================
Files 153 153
Lines 51306 51304 -2
==========================================
- Hits 46998 46997 -1
+ Misses 4308 4307 -1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #18724 +/- ##
==========================================
- Coverage 91.61% 91.6% -0.01%
==========================================
Files 153 153
Lines 51339 51304 -35
==========================================
- Hits 47034 46997 -37
- Misses 4305 4307 +2
Continue to review full report at Codecov.
|
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.
doc-change. merge after push.
doc/source/whatsnew/v0.22.0.txt
Outdated
@@ -218,6 +218,7 @@ Removal of prior version deprecations/changes | |||
- The ``freq`` and ``how`` parameters have been removed from the ``rolling``/``expanding``/``ewm`` methods of DataFrame | |||
and Series (deprecated since v0.18). Instead, resample before calling the methods. (:issue:18601 & :issue:18668) | |||
- ``DatetimeIndex.to_datetime``, ``Timestamp.to_datetime``, ``PeriodIndex.to_datetime``, and ``Index.to_datetime`` have been removed (:issue:`8254`, :issue:`14096`, :issue:`14113`) | |||
- ``pd.read_csv`` has dropped the ``skip_footer`` parameter (:issue:`13386`) |
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.
you can do :func:`read_csv`
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.
Yep, done.
Deprecated back in 0.19.0. xref pandas-devgh-13386.
be127de
to
cefc2e6
Compare
Appveyor failure unrelated to PR (was green before). |
Deprecated back in 0.19.0.
xref #13386.