I created the data in the form of rows and columns from data in a text file using pandas in python. Now, I need to obtain the maximum value of grapes, oranges, and mangos as shown below:
Key Value
0 Grapes 50
1 Oranges 70
2 Grapes 20
3 Mangos 10
4 Oranges 40
5 Mangos 80