Pandas las einer CSV -Datei vor

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