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

ENH: return an OrderedDict from read_excel with sheetname=None #14571

Merged
merged 2 commits into from
Nov 11, 2016
Merged

Conversation

s-celles
Copy link
Contributor

@s-celles s-celles commented Nov 3, 2016

@codecov-io
Copy link

codecov-io commented Nov 3, 2016

Current coverage is 85.27% (diff: 100%)

Merging #14571 into master will increase coverage by <.01%

@@             master     #14571   diff @@
==========================================
  Files           140        140          
  Lines         50693      50693          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          43229      43230     +1   
+ Misses         7464       7463     -1   
  Partials          0          0          

Powered by Codecov. Last update e1cdc4b...1a037a6

is not scalar and ``values`` is not specified (:issue:`14380`)
Copy link
Contributor

Choose a reason for hiding this comment

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

move to 0.20.0

@jreback jreback added the IO Excel read_excel, to_excel label Nov 3, 2016
@jorisvandenbossche jorisvandenbossche merged commit 6bac008 into pandas-dev:master Nov 11, 2016
@jorisvandenbossche
Copy link
Member

@scls19fr Thanks a lot!

@jorisvandenbossche jorisvandenbossche added this to the 0.20.0 milestone Nov 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO Excel read_excel, to_excel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

read_excel with sheetname=None or sheetname=[0,1,”Sheet5”] should preserve sheets order
4 participants