search for a name in a dataframe python code example Example: python - find specific name in a df i = df[df['Name']=='Will'] print(i)