Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Customer Segmentation Using Sets | Section
Python Math Module Essentials: Trigonometry, Logarithms, and Constants - 1769704232288
セクション 1.  13
single

single

Challenge: Customer Segmentation Using Sets

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

タスク

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

A company wants to understand its customer base. You are given two lists of customer IDs:

  • new_customers: customers who made their first purchase this month;
  • repeat_customers: customers who have made purchases in previous months.

Follow this steps:

  1. Сonvert lists to sets to remove duplicates.
  2. Find all unique customers.
  3. Identify customers who shopped in both categories.
  4. Identify customers who are new only (not repeat customers).

解答

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

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

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

セクション 1.  13
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt