Skip to content

BUG: Fix typo-related bug to resolve #9266 #10576

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

Closed
wants to merge 3 commits into from

Conversation

captainsafia
Copy link
Contributor

closes #9266

Tried replicating the test case provided in the original issue. Let me know if it needs any changes or fixes.

columns = ["time", "pri", "pgn", "dst", "src","data"])

# Hacky fix for dst column dtype
expected.dst = expected.dst.astype(object)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

although this works, the canoncial way to specify is:

expected['dst'] = expected['dst'].astype(object)

@jreback
Copy link
Contributor

jreback commented Jul 15, 2015

pls add a note in whatsnew/v0.17.0

@jreback jreback added Bug IO CSV read_csv, to_csv Dtype Conversions Unexpected or buggy dtype conversions labels Jul 15, 2015
@jreback jreback added this to the 0.17.0 milestone Jul 15, 2015
@captainsafia
Copy link
Contributor Author

Thanks for the comments — will try to get to these changes tonight PT or early tomorrow PT.

@jreback
Copy link
Contributor

jreback commented Jul 20, 2015

so this lgtm. pls squash and ping when green.

@jreback
Copy link
Contributor

jreback commented Jul 20, 2015

sorry. pls add a release note in whatsnew/0.17.0. refernce the original issue.

shoyer and others added 3 commits July 20, 2015 21:50
@captainsafia
Copy link
Contributor Author

Poops. I messed the rebase up badly — I'm gonna close this pull request and open another. Sorry. :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Dtype Conversions Unexpected or buggy dtype conversions IO CSV read_csv, to_csv
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uin8 should be uint8 in io/parsers.py
3 participants