43207/how-to-find-an-element-in-pandas-dataframe
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?