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

MAINT: Drop has_index_names input from read_excel #16522

Merged
merged 1 commit into from
Jun 1, 2017

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented May 28, 2017

Deprecated since 0.17.0

xref #10967

@codecov
Copy link

codecov bot commented May 28, 2017

Codecov Report

Merging #16522 into master will decrease coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16522      +/-   ##
==========================================
- Coverage   90.78%   90.75%   -0.04%     
==========================================
  Files         161      161              
  Lines       51089    51086       -3     
==========================================
- Hits        46380    46361      -19     
- Misses       4709     4725      +16
Flag Coverage Δ
#multiple 88.58% <100%> (-0.04%) ⬇️
#single 40.16% <0%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/io/excel.py 80.55% <100%> (-0.09%) ⬇️
pandas/plotting/_converter.py 63.23% <0%> (-1.82%) ⬇️
pandas/io/parsers.py 95.42% <0%> (-0.27%) ⬇️

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 fb47ee5...f882497. Read the comment docs.


# We detect headers to determine if index names exist, so
# that "index" name in the "names" version of the data will
# now be interpreted as rows that include null data.
Copy link
Contributor

Choose a reason for hiding this comment

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

did this test change?

Copy link
Member Author

@gfyoung gfyoung May 30, 2017

Choose a reason for hiding this comment

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

Yes, because has_index_names got dropped (test fails in original form). That's because when we passed in has_index_names, the value of the parameter would only change to True if they were detected.

@jreback jreback added IO Excel read_excel, to_excel Deprecate Functionality to remove in pandas labels May 30, 2017
@jreback jreback added this to the 0.21.0 milestone May 30, 2017
@gfyoung gfyoung force-pushed the has-index-names-remove branch 4 times, most recently from d5cbd6e to 638c8f4 Compare June 1, 2017 10:41
@jreback jreback merged commit db419bf into pandas-dev:master Jun 1, 2017
@jreback
Copy link
Contributor

jreback commented Jun 1, 2017

thanks!

Kiv pushed a commit to Kiv/pandas that referenced this pull request Jun 11, 2017
stangirala pushed a commit to stangirala/pandas that referenced this pull request Jun 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas IO Excel read_excel, to_excel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants