-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
read_table, header flag. false interpreted as 0. #6113
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
You might have a good point but we can't break that much code without a stronger reason. Sorry, that's what maintaining a library that has lots of users and existing code is like. |
I spoke too soon. The docstring leaves that behavior undefined and what you suggest makes sense. A the very least, raising on bool with a reasonable error message will |
Perfect. If you guys could do it sooner, all the better. In R's read.table, header=False gives pandas' header=None behavior. With the pitfalls of language slurring added to the fine False/None distinction, my feeling is raising an error will cut down on unintended behavior with comparatively little inconvenience... |
That's been there for a while. I don't think there's any time pressure. If we don't sort this within a month or so, ping us. |
Sounds good. Thanks for taking a look! On Sun, Jan 26, 2014 at 9:05 PM, y-p [email protected] wrote:
|
For read_table, Would it be possible to make "header=None" and "header=False" have the same behavior? Interpreting "False" as saying that the first line is the header has tricked me a couple times...
The text was updated successfully, but these errors were encountered: