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

Comments

Projects
None yet
3 participants
Contributor

scls19fr commented Apr 18, 2015

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

jreback added this to the Next Major Release milestone Apr 20, 2015

Contributor

scls19fr commented Nov 11, 2016

Thanks @jorisvandenbossche for merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment