Calorically dense foods

Question

Suppose you are given the following dataframe containing food, weight, and calories. You'll notice the foods have varying weights associated with them:

food grams calories
0 bacon 50 271
1 strawberries 200 64
2 banana 100 89
3 spinach 200 46
4 chicken breast 50 80
5 peanuts 100 567

Using Python (Pandas), can you sort the dataframe in descending order with the most calorically dense food (normalized for weight) at the top?

Click here to view this problem in an interactive Colab (Jupyter) notebook.

Solution

Access restricted

Subscribe to premium account to see the solution.

Get premium now