-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Release notes don't warn/inform about skip_footer changes #1948
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
I wasn't aware of this API change. @changhiskhan? Sent from my mobile device On Sep 22, 2012, at 1:06 PM, Arthur Gerigk notifications@github.com wrote: This change ( before, skipping the last row was skip_footer=1, now this is — |
skip_footer : int, default 0 from the current doc string. I can confirm the behaviour since it crashed my tests ;) |
@gerigk sorry about that. Think of skip_footer as keep rows 0:N |
One option is to revert the API and instruct users who want 0:N to use the Sent from my mobile device On Sep 24, 2012, at 1:35 AM, Chang She notifications@github.com wrote: @gerigk https://github.com/gerigk sorry about that. Think of skip_footer — |
oh duh, that should work fine actually |
slightly unrelated: what about unifying skiprows and skip_footer to either On Mon, Sep 24, 2012 at 2:05 PM, Chang She notifications@github.com wrote:
|
The API change was reverted. skip_footer is now exposed for ExcelFile.parse as well and skipfooter is aliased to skip_footer now. |
This change ( before, skipping the last row was skip_footer=1, now this is accomplished by skip_footer=-1, otherwise you will only receive one row) should be announced clearly in the release notes imho.
The text was updated successfully, but these errors were encountered: