Skip to content

BUG: Fix typo in parsers.py #10074

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 1 commit into from
Closed

BUG: Fix typo in parsers.py #10074

wants to merge 1 commit into from

Conversation

twu
Copy link

@twu twu commented May 7, 2015

closes #9266

np.uin8 should be np.uint8

np.uin8 should be np.uint8
@twu twu changed the title Fix typo in parsers.py BUG: Fix typo in parsers.py May 7, 2015
@TomAugspurger
Copy link
Contributor

Looks like this code path was never tested then 😆 @twu interested in writing a test that does cause cause a ValueError here?

@jreback
Copy link
Contributor

jreback commented May 7, 2015

this is already partially done in #9350

just need a complete test

pls feel free to lift that code and complete. Ideally we'd like to do this for 0.16.1, releasing in next couple of days.

@jreback
Copy link
Contributor

jreback commented Jun 2, 2015

closing in favor of #9350

@jreback jreback closed this Jun 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 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