Advertisement
Dodma

Untitled

Apr 30th, 2020
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. popular_platforms = games.groupby(['year_of_release','platform'])['total_sales'].sum()
  2. popular_platforms.sort_values(ascending=False).head(20)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement