So this code returns the value counts, but I also want the names, how do i get that? ```spotify_df.artist_names.value_counts().head(10)
Asked
Active
Viewed 10 times