sales.groupby('Platform').get_group('X360')
platform_names = {
'PS3':'Playstation',
'PS4':'Playstation',
'X360':'Xbox',
'XOne':'Xbox'
}
sales.set_index('Platform').groupby(platform_names).sum()
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter