pandas value counts sort descending

Solutions on MaxInterview for pandas value counts sort descending by the best coders in the world

showing results for - "pandas value counts sort descending"
Iyad
29 Jan 2016
1df1 = df.groupby('Category')['Name'].value_counts().sort_values(as‌​cending=False)