find index by value in dataframe python code example Example: finding the index of an item in a pandas df print(df[df['Name']=='Donna'].index.values)