Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: pd.to_numeric(..., downcast='unsigned') should accept 0 #14401
Comments
jreback
added Bug Dtypes
labels
Oct 12, 2016
jreback
added this to the
0.19.1
milestone
Oct 12, 2016
|
cc @gfyoung |
This was referenced Oct 12, 2016
jreback
closed this
in 6ff53c2
Oct 25, 2016
|
reverted d1d75d7 |
jreback
reopened this
Oct 25, 2016
verhalenn
referenced
this issue
Oct 26, 2016
Closed
BUG: to_numeric downcast = 'unsigned' would not un-sign a 0 value. #14504
jreback
modified the milestone: 0.20.0, 0.19.1
Nov 2, 2016
jreback
closed this
in b5864b0
Nov 17, 2016
amolkahat
added a commit
to amolkahat/pandas
that referenced
this issue
Nov 26, 2016
|
|
+ amolkahat |
f145aed
|
amolkahat
added a commit
to amolkahat/pandas
that referenced
this issue
Nov 26, 2016
|
|
+ amolkahat |
b7c3eec
|
jorisvandenbossche
modified the milestone: 0.19.2, 0.20.0
Dec 14, 2016
jorisvandenbossche
added a commit
to jorisvandenbossche/pandas
that referenced
this issue
Dec 14, 2016
|
|
+ jorisvandenbossche |
53eb999
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedOct 12, 2016
•
edited
with 0.19.0.
I think 0 is a legit uint8, so [29] should be uint8.