-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REGR: pd.unique casts nan to string with other strings #16107
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
Labels
Dtype Conversions
Unexpected or buggy dtype conversions
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Regression
Functionality that used to work in a prior pandas version
Milestone
Comments
hmm, unique is taking a more general path now, I think this is inferred to string (and not object) |
jreback
added a commit
to jreback/pandas
that referenced
this issue
Apr 24, 2017
jreback
added a commit
to jreback/pandas
that referenced
this issue
Apr 24, 2017
jreback
added a commit
to jreback/pandas
that referenced
this issue
Apr 24, 2017
jreback
added a commit
to jreback/pandas
that referenced
this issue
Apr 24, 2017
jreback
added a commit
to jreback/pandas
that referenced
this issue
Apr 25, 2017
jreback
added a commit
that referenced
this issue
Apr 25, 2017
jreback
added a commit
to jreback/pandas
that referenced
this issue
Apr 25, 2017
jreback
added a commit
that referenced
this issue
Apr 25, 2017
pcluo
pushed a commit
to pcluo/pandas
that referenced
this issue
May 22, 2017
pcluo
pushed a commit
to pcluo/pandas
that referenced
this issue
May 22, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Dtype Conversions
Unexpected or buggy dtype conversions
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Regression
Functionality that used to work in a prior pandas version
Code Sample, a copy-pastable example if possible
Notice the quotes around
'nan'
. This came up from the seaborn test suitew#### Expected Output
The text was updated successfully, but these errors were encountered: