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

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

Closed
scls19fr opened this issue Apr 18, 2015 · 1 comment · Fixed by #14571
Labels
API Design IO Excel read_excel, to_excel
Milestone

Comments

@scls19fr
Copy link
Contributor

Hello,

I noticed in http://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html#pandas.read_excel
that read_excel can have a parameter sheetnameset to None or a to a list

In such a case a dictionary of DataFrame is returned.

Maybe it should output an OrderedDict of DataFrame to preserve sheets order.

Kind regards

@scls19fr
Copy link
Contributor Author

Thanks @jorisvandenbossche for merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Design IO Excel read_excel, to_excel
Projects
None yet
3 participants