

In addition, the word time in the bottom right shows that many songs are about feelings over time. For example, the word friend in the top left corner can show that some songs are about friendship. This offers an idea of the meaning of the songs. In this image, the size of the word represents how often it shows up. The total numbers accumulate as time goes on. The first graph below is a bar plot that shows my top 10 artists based on the number of their songs I had on my playlists in 2016-2021.

In addition to looking at the songs per artist in a table, we can also look at it in a graph. And to see how many artists total were on each playlist: len_artists = len(df_2016].groupby('artist').count()) print(f'You had artists in the 100 songs in 2021.') You had 36 artists in the 100 songs in 2021.
