pandas read_csv ignorar la primera columna
pd.read_csv('path/to/file.csv',index_col=0)
Magnificent Moth
pd.read_csv('path/to/file.csv',index_col=0)