pandas lus dans un fichier CSV

data = pd.read_csv("filename.csv") 
data.head()
Jealous Jackal