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: Made it so that 0 was included in uint8 #14404

Closed
wants to merge 1 commit into from

Conversation

verhalenn
Copy link

@verhalenn verhalenn commented Oct 12, 2016

@jreback
Copy link
Contributor

jreback commented Oct 12, 2016

pls add a test and a release note (0.19.1)

@jreback jreback added Bug Dtype Conversions Unexpected or buggy dtype conversions labels Oct 12, 2016
@verhalenn verhalenn changed the title Made it so that 0 was included in uint8 Bug: Made it so that 0 was included in uint8 Oct 13, 2016
@verhalenn
Copy link
Author

That should do it although it's not showing the commits.

@jreback
Copy link
Contributor

jreback commented Oct 13, 2016

u can try force pushing

@codecov-io
Copy link

Current coverage is 85.26% (diff: 100%)

Merging #14404 into master will not change coverage

@@             master     #14404   diff @@
==========================================
  Files           140        140          
  Lines         50634      50634          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits          43173      43173          
  Misses         7461       7461          
  Partials          0          0          

Powered by Codecov. Last update e9d17cd...7031c97

@verhalenn verhalenn closed this Oct 13, 2016
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: pd.to_numeric(..., downcast='unsigned') should accept 0
3 participants