Challenge: Customer Segmentation Using Sets
Tehtävä
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).
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 3
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Awesome!
Completion rate improved to 1.89
Challenge: Customer Segmentation Using Sets
Pyyhkäise näyttääksesi valikon
Tehtävä
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).
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Awesome!
Completion rate improved to 1.89Osio 2. Luku 3
single