Icon

Monthly Challenge July 2026

<p><strong>Optimizing Nutrition on a Budget</strong></p><p><strong>Description:</strong>&nbsp;</p><p>You are a data analyst working for nutrition counseling. Your client shared two datasets with you: One containing nutrition facts of various foods (kcal, protein, fat, carbs) per serving size; The other containing a list with food items and their local store prices (in $).</p><p>Your client is on a budget but still wants to improve their fitness goal. You were asked to create a budget friendly high protein meal. The meal should consist of four items:</p><ul><li><p><strong>one protein item</strong> (must be a high-protein (&gt;25g proteins) and low-fat (&lt;5g fats) source),</p></li><li><p><strong>one carbohydrate item</strong> (must be a low-carb source with &lt;50g carbs), and</p></li><li><p><strong>two different vegetables</strong> (must be less than 100 kcal and ideally as much protein as possible).</p></li></ul><p>Clean and process the two datasets. Your client wants to know:</p><ol><li><p>What are the top 5 foods that offer the best value for money in terms of protein (i.e. with the highest protein per dollar ratio)?</p></li><li><p>Which 4 food items should they buy for their next meal to get a high protein on a tight budget?</p></li></ol>

Sumber Data

Prepare and Combine Food Data

This step takes the price list and nutrition details, cleans and matches them into one usable dataset, then calculates the key comparisons needed for the task. From that combined data, it creates three outputs: the top 5 foods by protein per dollar, the best 4-item budget meal, and a larger results table containing all evaluated food combinations for further review.

Review the Final Results

This component presents the processed outputs so you can inspect the top 5 foods by protein per dollar, the recommended 4-item budget meal, and the full evaluated results table. In other words, it is the workflow’s results display step, turning the prepared analysis into something easy to compare and interpret.

price
CSV Reader
detail
CSV Reader
Data Proses
Data Visual

Nodes

Extensions

  • No modules found

Links