-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
BUG: fix check_array on pandas Series with custom dtype (eg categorical) #12706
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: fix check_array on pandas Series with custom dtype (eg categorical) #12706
Conversation
.................... | ||
|
||
- |Fix| Calling :func:`utils.check_array` on `pandas.Series` with categorical | ||
data, which raised an error in 0.20.0, now returns the expected output again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
categorical data
-> something like pandas custom dtype
? though I'm not able to come up with another application scenario.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I seem to have missed this comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's not important :)
…ategorical) (scikit-learn#12706)" This reverts commit 0de50b4.
…ategorical) (scikit-learn#12706)" This reverts commit 0de50b4.
Closes #12699
Related to #12625