DataFrame Get List of Index Vlaues
list(df.index.values)
# OR
df.index.tolist()
Motionless Mink
list(df.index.values)
# OR
df.index.tolist()