Preview:
df_sets[df_sets['year'] == 1949] # filter a complete data based on specific criteria

df_sets.sort_values('year', ascending=True).head() # find first year in data

df_sets.sort_values('num_parts', ascending=False).head(n=10) # top 10 based on criteria

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