Skip to content
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

BUG: GH3611 fix again, float na_values were not stringified correctly #3841

Merged
merged 2 commits into from
Jun 11, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Jun 10, 2013

now, 999.0 (a float) will have: ['999','999.0'] added for matching, as well as matching a float value of 999.0 in a float column

closes #3611 again!

jreback added 2 commits June 11, 2013 08:13
     now, 999.0 (a float) will have: ['999','999.0'] added for matching
… relying on string matching

     for an exact match
jreback added a commit that referenced this pull request Jun 11, 2013
BUG: GH3611 fix again, float na_values were not stringified correctly
@jreback jreback merged commit d00f109 into pandas-dev:master Jun 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Odd behavior from read_csv with na_values set to non-string values
1 participant