pandas si el valor presente en el índice DF
i = 'g'
if i in df.index:
print(i)
Trained Tuna
i = 'g'
if i in df.index:
print(i)