-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
na_filter=False ignored when index_col set #5239
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
There are very limited tests with |
TBI I can work around for now. My observation is that there probably too many parameters on the method having to do with handling of nans.It would be great to clean this up. There is also interaction between these parameters. |
sure.....though to be honest, easiest just to drop |
Closes pandas-devgh-5239. (cherry picked from commit c176a3c)
Given the following CSV file:
First I parse with
na_filter=True
:then I parse with
na_filter=False
:then
index_cols
set:Finally setting
na_values=[], keep_default_na=False
seems to fix the issue:The text was updated successfully, but these errors were encountered: