First data analysis walkthrough
📖 Scenario: You have a small store and you want to analyze your weekly sales data to understand how well your products are doing.
🎯 Goal: You will create a simple program to store sales data, set a sales target, find products that met or exceeded the target, and display those products.
📋 What You'll Learn
Create a dictionary with product names and their sales numbers
Create a variable for the sales target
Use a dictionary comprehension to find products with sales greater than or equal to the target
Print the resulting dictionary of products meeting the target
💡 Why This Matters
🌍 Real World
Small business owners often analyze sales data to understand which products are performing well and which need attention.
💼 Career
Data analysts use similar techniques to filter and analyze data sets to provide insights for business decisions.
Progress0 / 4 steps