Skip to content

ENH: DataFrame.value_counts() #5377

Closed
@jtratner

Description

@jtratner

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions