Closed
Description
Is your feature request related to a problem?
If you do value_counts
on a categorical there's no way to suppress unobserved categories.
Describe the solution you'd like
Add an observed keyword to value_counts.
API breaking implications
None, unless we want to revisit the default in light of #35967.