pandas lus dans un fichier CSV
data = pd.read_csv("filename.csv")
data.head()
Jealous Jackal
data = pd.read_csv("filename.csv")
data.head()