DataFrame GET LISTE DER INDEX -VLAUUES
list(df.index.values)
# OR
df.index.tolist()
Motionless Mink
list(df.index.values)
# OR
df.index.tolist()