Bellow rows are dataframe for Mango,Apple,Orange columns respectively
   [10,20,30]
   [100,2000,300]
   [1000,200,3000]
For the above dataframe: I need to get a summary like
{Mango: 1110; Apple:2220; Orange:3330 }
How do i do this with Single iteration ?