I was just skimming through the Course and noticed the following issue in Working with Data/Automating a business workflow/Merging customer data/Question 4:
What is the subregion for customerID 10?
[ ] Latin America
[ ] Caribbean
[ ] South America
[ ] Central America
With only one answer possible. The issue is that the customer #10 has the following data:
{
"customerID": 10,
"customerCountry": "Cuba",
"customerEmail": "customer10@mail.com",
"customerSince": "2026-06-14T22:00:00.000Z",
"region": "Americas",
"subregion": "Latin America and the Caribbean",
//...
}
That leads to LATAM only being incorrect answer:
Cheers,
Greg
