-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
xls.parse: fails to skip lines #4340
Comments
What could make this fail? skiprows -1 |
Confirmed. |
If you've figured it out, do you want to try applying it to the pandas On Mon, Jul 29, 2013 at 5:41 AM, timmie notifications@github.com wrote:
|
Definitely. I misunderstood what you meant before. |
closing in favor or #4903 |
note: will most probably find time next week to finalise these issues with Excel. |
Hello,
my excel file is like:
Now, I am trying to read it like:
df = xlsall.parse(sheetname='mydata', skiprows=11, header=10)
But it would not assign the information in row 11 as column labels but rather use the units in row 12 (counting from 1).
What could be the cause?
The text was updated successfully, but these errors were encountered: