DataFrame Получить список индексов Vlaues
list(df.index.values)
# OR
df.index.tolist()
Motionless Mink
list(df.index.values)
# OR
df.index.tolist()