How to find an element in Pandas Dataframe

0 votes

Hi. I have the following pandas dataframe.

Name Age

0 Mike 23
1 Eric 25
2 Donna 23
3 Will 23

Now I want to find Will and then print the details. How to do this?