Панды, если значение, присутствующее в индексе DF
i = 'g'
if i in df.index:
print(i)
Trained Tuna
i = 'g'
if i in df.index:
print(i)
'g' in df.index