Skip to content

BUG: Don't raise on value_counts for empty Int64 #33339

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

Merged
merged 1 commit into from
Apr 6, 2020
Merged

BUG: Don't raise on value_counts for empty Int64 #33339

merged 1 commit into from
Apr 6, 2020

Conversation

dsaxton
Copy link
Member

@dsaxton dsaxton commented Apr 6, 2020

@jreback jreback added Bug ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Apr 6, 2020
@jreback jreback added this to the 1.1 milestone Apr 6, 2020
@jreback jreback merged commit 89d8aba into pandas-dev:master Apr 6, 2020
@jreback
Copy link
Contributor

jreback commented Apr 6, 2020

thanks @dsaxton

we don't have a full fledged ExtensionIndex yet so anytime an EA is set-index its object

@dsaxton dsaxton deleted the int-value-counts branch April 6, 2020 22:17
jbrockmendel pushed a commit to jbrockmendel/pandas that referenced this pull request Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug ExtensionArray Extending pandas with custom dtypes or arrays. Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: value_counts Int64 zero-size array to reduction
2 participants