Concept Flow - value_counts() for distributions
Start with a Series
Call value_counts()
Count unique values
Sort counts descending
Return Series of counts
Use counts for analysis or plotting
The value_counts() function counts how many times each unique value appears in a data column and returns these counts sorted from highest to lowest.