Working whilst not at home is meh

This commit is contained in:
2023-03-26 12:12:39 +02:00
parent 15f54e64d4
commit d3686c8b0a
6 changed files with 37 additions and 7 deletions

View File

@@ -1 +1,7 @@
# Visualisations for Data
# Visualisations for Data
import seaborn as sns
import gunner
games_vis = gunner.game_sales_NA
sns.relplot(data = games_vis, x = "Year", y = "NA_Sales")