how to see whether to keep the name column in pandas dataframe code example Example: python - find specific name in a df i = df[df['Name']=='Will'] print(i)