-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
API/DOC: status of low_memory kwarg of read_csv/table #5888
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
its a kind of deprecated option (but still works) |
If the |
I said kind of deprecated in that I don't think it's necessary anymore |
As another data point, I got this warning about mixed types. Setting to |
There is also an example in the book "Python for Data Analysis" that leads to this warning (p278):
So I agree with above:
From the code, it does not seem like deprecated (it is still used: https://github.com/pydata/pandas/blob/master/pandas/parser.pyx#L727), but it seems that it is given a default value of True in |
@mdmueller @selasley As csv parser experts, somebody interested in looking into this? (What does This came up again at SO: http://stackoverflow.com/questions/28697501/how-to-know-line-and-col-when-the-read-csv-method-of-pandas-thows-exception/28702078#28702078 |
Why is this not visible in the online documentation yet? Should this documentation also be added for pandas.read_table (which has the same behavior)? |
it's in the 0.19.0 and greater docs |
Will this change also become visible in the pd.read_table documentation? |
Ah, apparantly there is something wrong with the |
@jondo docs should be fixed now (be sure to refresh your browser). Thanks for noticing! |
It's me who has to thank you! |
I am getting the following warning:
but I can find no documentation for
low_memory
The text was updated successfully, but these errors were encountered: