Skip to content

Doc for GH 8946 #8952

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 2 commits into from
Closed

Doc for GH 8946 #8952

wants to merge 2 commits into from

Conversation

jankatins
Copy link
Contributor

For #8946

…d object dtype are allowed (previously would raise TypeError) (GH8938)
* comparing a categorical Series to another categorical Series, when `categories` and `ordered` is
the same or
* comparing a categorical Series to a scalar.
* comparing equality (``==`` and ``!=``) to a scalar or a list-like object (list, Series, array,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it make sense to drop the "to a scalar" part so that this line reads

comparing equality (== and !=) to a list-like object (list, Series, array, ...) ...

It looks like the scalar part is covered in your 3rd case. I'm behind on the issue, so I could be missing something.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are right, will push an update in a minute...

@jreback
Copy link
Contributor

jreback commented Dec 2, 2014

incorporated in #8946

@jreback jreback closed this Dec 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants