pandas read_csv ignoruj pierwszą kolumnę
pd.read_csv('path/to/file.csv',index_col=0)
Magnificent Moth
pd.read_csv('path/to/file.csv',index_col=0)