Untitled
unknown
plain_text
3 years ago
156 B
6
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...
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))