Import data

# excel file
data <- read_excel("../00_data/myData.xlsx")

State one question

what will be the genre thats most populary

Plot data

ggplot(data = data) + 
  geom_point(mapping = aes(x = genre_names, y = popularity))

Interpret

i would say the dot all the way up in the right was the most populary