Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Customer Segmentation Using Sets | Sets and Series
Mathematics for Data Science with Python
セクション 2.  3
single

single

bookChallenge: 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実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

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

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

セクション 2.  3
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt