Skip to content

ENH: DataFrame.value_counts() #5377

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
jtratner opened this issue Oct 29, 2013 · 0 comments · Fixed by #31247
Closed

ENH: DataFrame.value_counts() #5377

jtratner opened this issue Oct 29, 2013 · 0 comments · Fixed by #31247
Assignees
Labels
API Design Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
Milestone

Comments

@jtratner
Copy link
Contributor

Enable value_counts on DataFrame by delegating along axis (ie columns/items) to value_counts as convenience, boiling down to same Series value_counts (Panel is more complicated so not going to attempt for now).

Gets weird with heterogeneous dtypes (b/c union of all unique values)

@rockg - can you make up some test cases? I already have the implementation. I can put together panel.

@ghost ghost assigned jtratner Oct 29, 2013
@jreback jreback modified the milestones: 0.15.0, 0.14.0 Mar 28, 2014
@jreback jreback modified the milestones: 0.16.0, Next Major Release Mar 3, 2015
@jreback jreback modified the milestones: Contributions Welcome, 1.1 Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Design Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations
Projects
None yet
2 participants