pandas read_csv ignorieren die erste Spalte

pd.read_csv('path/to/file.csv',index_col=0)
Magnificent Moth