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