Untitled

Anonymous
plain_text
03/20/2023 2:16 PM
208 B
13
Indexable
gm_act = data_games.query('year_of_release > 2011') 
gm_act.query('year_of_release > 2012').boxplot(column='total_sales', by='platform', figsize=(10,10))
Editor is loading...