Challenge: Customer Segmentation Using Sets
Завдання
Swipe to start coding
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.
- Сonvert lists to sets to remove duplicates.
- Find all unique customers.
- Identify customers who shopped in both categories.
- Identify customers who are new only (not repeat customers).
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 3
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Suggested prompts:
Can you explain this in simpler terms?
What are the main points I should remember?
Can you give me an example?
Awesome!
Completion rate improved to 1.89
Challenge: Customer Segmentation Using Sets
Свайпніть щоб показати меню
Завдання
Swipe to start coding
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.
- Сonvert lists to sets to remove duplicates.
- Find all unique customers.
- Identify customers who shopped in both categories.
- Identify customers who are new only (not repeat customers).
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Awesome!
Completion rate improved to 1.89Секція 2. Розділ 3
single