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

read_csv converts negative values to positives without warnings #358

Closed
ctmann opened this issue Feb 2, 2016 · 1 comment
Closed

read_csv converts negative values to positives without warnings #358

ctmann opened this issue Feb 2, 2016 · 1 comment

Comments

@ctmann
Copy link

ctmann commented Feb 2, 2016

read_csv converts negative values to positives without warnings, making import data unreliable.

Example: "-3,000" imports as "3000"
Example: "-4000" imports as "4000"

(Simple .csv file attached)
testbed.zip

@hadley
Copy link
Member

hadley commented Jun 1, 2016

Duplicate of #308

@hadley hadley closed this as completed Jun 1, 2016
@lock lock bot locked and limited conversation to collaborators Sep 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants