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