I have a pandas dataframe with single column and that column has multiple values in there. I want to get first value. Below is the example of dataframe with column name= A. I want to get value abc, XYZ in my output. how can I do that?
A
abc, 123, 888
XYZ, 789, 999