Pandas, wenn der Wert im DF -Index vorhanden ist
i = 'g'
if i in df.index:
print(i)
Trained Tuna
i = 'g'
if i in df.index:
print(i)