Skip to content

Support for Reading Excel Files with Hierarchical Columns Names #4468

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

Closed
cancan101 opened this issue Aug 5, 2013 · 4 comments
Closed

Support for Reading Excel Files with Hierarchical Columns Names #4468

cancan101 opened this issue Aug 5, 2013 · 4 comments
Labels
API Design Duplicate Report Duplicate issue or pull request IO Data IO issues that don't fit into a more specific label IO Excel read_excel, to_excel
Milestone

Comments

@cancan101
Copy link
Contributor

related #4438 #4679

For example see the "INCOME_STATEMENT" sheet on http://shareholder.api.edgar-online.com/efx_dll/edgarpro.dll?FetchFilingXLS1?sessionid=F7D_689jk-BEFvN&ID=9277772

There are four columns in the desired DataFrame:

1           2               3           4
Thirteen weeks ended        Twenty-six weeks ended  
March 30,   March 24,       March 30,   March 24,

Currently the ExcelFile parser only takes an int for the header parameter, whereas the html parser takes "The row (or rows for a MultiIndex) to use to make the columns headers."

@jreback
Copy link
Contributor

jreback commented Aug 5, 2013

@cancan101
Copy link
Contributor Author

@jreback Isn't that just for reading from csv?

@jreback
Copy link
Contributor

jreback commented Aug 5, 2013

ahh...it needs a slight modification I think to work (it uses TextParser under the hood which is passed the header), but something going on at a higher level....so not implemented for now

@jreback
Copy link
Contributor

jreback commented Oct 2, 2013

closing as dupe of #4679

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Design Duplicate Report Duplicate issue or pull request IO Data IO issues that don't fit into a more specific label IO Excel read_excel, to_excel
Projects
None yet
Development

No branches or pull requests

2 participants