dataframe obtient la liste des vlaues index

list(df.index.values)

# OR

df.index.tolist()
Motionless Mink