-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: API Change with skiprows from v0.14.1 to v0.15.2 #9306
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
Comments
This seems to be isolated to the C parser.
|
This seems related to pull request #8752. |
This is explicity mentioned here: http://pandas.pydata.org/pandas-docs/stable/io.html#ignoring-line-comments-and-empty-lines If you use pls take a look in any event |
Just noticed this here as well: http://pandas.pydata.org/pandas-docs/dev/whatsnew.html#whatsnew-0150-blanklines My mistake for not seeing this. |
Closing this, see my above comment. |
Whereas this worked in v0.14.1:
In v0.15.2 and the current dev it doesn't. There is a workaround, which requires you to explicitly use
header
.The text was updated successfully, but these errors were encountered: