Skip to content
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

Merged
merged 1 commit into from
Dec 11, 2017

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Dec 11, 2017

Deprecated back in 0.19.0.

xref #13386.

@gfyoung gfyoung added Clean Deprecate Functionality to remove in pandas labels Dec 11, 2017
@gfyoung gfyoung added this to the 0.22.0 milestone Dec 11, 2017
@codecov
Copy link

codecov bot commented Dec 11, 2017

Codecov Report

Merging #18724 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Flag Coverage Δ
#multiple 89.46% <ø> (+0.01%) ⬆️
#single 40.72% <ø> (-0.12%) ⬇️
Impacted Files Coverage Δ
pandas/io/parsers.py 95.55% <ø> (-0.01%) ⬇️
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/util/testing.py 82.34% <0%> (-0.2%) ⬇️
pandas/core/frame.py 97.81% <0%> (-0.1%) ⬇️
pandas/plotting/_converter.py 66.52% <0%> (+1.73%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ae74c2b...be127de. Read the comment docs.

@codecov
Copy link

codecov bot commented Dec 11, 2017

Codecov Report

Merging #18724 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Flag Coverage Δ
#multiple 89.46% <ø> (ø) ⬆️
#single 40.72% <ø> (-0.14%) ⬇️
Impacted Files Coverage Δ
pandas/io/parsers.py 95.55% <ø> (-0.01%) ⬇️
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/indexes/category.py 97.2% <0%> (-0.31%) ⬇️
pandas/util/testing.py 82.34% <0%> (-0.2%) ⬇️
pandas/io/formats/format.py 96.03% <0%> (-0.15%) ⬇️
pandas/core/dtypes/dtypes.py 95.14% <0%> (-0.14%) ⬇️
pandas/core/frame.py 97.81% <0%> (-0.1%) ⬇️
pandas/core/indexes/timedeltas.py 91.21% <0%> (-0.06%) ⬇️
pandas/core/indexes/numeric.py 97.33% <0%> (-0.04%) ⬇️
pandas/core/indexes/period.py 92.9% <0%> (-0.04%) ⬇️
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2aa4aa9...cefc2e6. Read the comment docs.

Copy link
Contributor

@jreback jreback left a 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.

@@ -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`)
Copy link
Contributor

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`

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, done.

@gfyoung
Copy link
Member Author

gfyoung commented Dec 11, 2017

Appveyor failure unrelated to PR (was green before).

@gfyoung gfyoung merged commit 4091f64 into pandas-dev:master Dec 11, 2017
@gfyoung gfyoung deleted the csv-skip-footer-remove branch December 12, 2017 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants