for ind,row in new_table.iterrows():
new_table.loc[ind,"ratio_kcal/kg"]= row["Food supply (kcal/capita/day)"] * row["Food supply quantity (kg/capita/yr)"]
being that: Food supply (kcal/capita/day) is a column to be multiplied by 365 and result to be divided by is Food supply quantity (kg/capita/yr), into a new resulting column -ratio_kcal/kg ,thank you for your reply, last solution didn't work but I think it is my fault because I wasn't detailed enough so...
thanks for info so far given, im just stuck at how to insert the resulting data into a new column. screen shot is where im stuck .. enter image description here