Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Extract High-Value Sales | Automating Business Analysis Tasks
Python for Business Analysts
セクション 3.  5
single

single

bookChallenge: Extract High-Value Sales

メニューを表示するにはスワイプしてください

Focusing on high-value sales is a practical way for you to prioritize business opportunities and direct your attention to transactions that have the greatest impact on revenue. By isolating sales records where the revenue exceeds a certain threshold, such as $1000, you can quickly identify which products and time periods are driving the most significant results. This approach not only streamlines your analysis but also helps you allocate resources more effectively, target key customers, and make informed decisions that support business growth.

タスク

スワイプしてコーディングを開始

Write a function that extracts and transforms high-value sales records from a list.

  • Return a new list containing only the records where the 'revenue' field is greater than 1000.
  • Each record in the returned list must include only the 'date', 'product', and 'revenue' fields.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  5
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt