Skip to content

Fix ndarray allany #12901

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

Conversation

artheist
Copy link

@artheist artheist commented Apr 14, 2016

self.assertFalse(s2.any(skipna=True))
self.assertFalse(s2.all(skipna=True))
s1 = Series([None, True])
Copy link
Contributor

Choose a reason for hiding this comment

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

why would these not be exactly the same? (as np.nan)

@jreback jreback added Dtype Conversions Unexpected or buggy dtype conversions Compat pandas objects compatability with Numpy or Python functions labels Apr 16, 2016
@jreback
Copy link
Contributor

jreback commented May 7, 2016

can you rebase & update

@jreback
Copy link
Contributor

jreback commented May 25, 2016

can you rebase / update?

@jreback
Copy link
Contributor

jreback commented May 31, 2016

can you update

@jreback
Copy link
Contributor

jreback commented Sep 9, 2016

can you rebase / update?

@jreback
Copy link
Contributor

jreback commented Oct 6, 2016

can you rebase / update

1 similar comment
@jreback
Copy link
Contributor

jreback commented Nov 25, 2016

can you rebase / update

@jreback
Copy link
Contributor

jreback commented Dec 26, 2016

closing as stale. if you want to update, pls comment.

@jreback jreback closed this Dec 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Series.any() and .all() don't return bool values if dtype=object
2 participants