Estou tendo um erro com a lista, 'list index out of range', como se não tivesse o cluster relacionado.
cluster = list(projection_m[projection_m['song']== nome_musica]['cluster_pca'])[0]
print(cluster)
IndexError Traceback (most recent call last)
Cell In[64], line 1
----> 1 cluster = list(projection_m[projection_m['song']== nome_musica]['cluster_pca'])[0]
2 print(cluster)
IndexError: list index out of range
```[