Feature request: Option to include NaNs in value_counts() · Issue #5569 · pandas-dev/pandas (original) (raw)
I find it highly valuable to also receive the information how many NaN values are in my Series.
Could we have an option in value_counts(), maybe include_nans=True
that would add a count for those in the output of it?