Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
read_excel with sheetname=None or sheetname=[0,1,”Sheet5”] should preserve sheets order #9930
Comments
This was referenced Apr 18, 2015
jreback
added Difficulty Novice API Design Excel Effort Low
labels
Apr 20, 2015
jreback
added this to the
Next Major Release
milestone
Apr 20, 2015
scls19fr
referenced
this issue
Nov 3, 2016
Merged
ENH: return an OrderedDict from read_excel with sheetname=None #14571
jorisvandenbossche
closed this
in #14571
Nov 11, 2016
jorisvandenbossche
modified the milestone: 0.20.0, Next Major Release
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
scls19fr commentedApr 18, 2015
Hello,
I noticed in http://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_excel.html#pandas.read_excel
that
read_excelcan have a parametersheetnameset toNoneor a to alistIn such a case a dictionary of
DataFrameis returned.Maybe it should output an
OrderedDictofDataFrameto preserve sheets order.Kind regards