# excel file
data <- read_excel("../00_data/myData.xlsx")
what will be the genre thats most populary
ggplot(data = data) +
geom_point(mapping = aes(x = genre_names, y = popularity))
i would say the dot all the way up in the right was the most populary