ComeçarComece de graça

Customer segmentation

In this exercise you're going to check whether there are any obvious patterns for the clients in this data, thus whether you need to segment your data into groups, or whether the data is rather homogenous.

You unfortunately don't have a lot client information available; you can't for example distinguish between the wealth levels of different clients. However, there is data on **age ** available, so let's see whether there is any significant difference between behavior of age groups.

Este exercício faz parte do curso

Fraud Detection in Python

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Group by age groups and get the mean
print(____.____('____').____())
Editar e executar o código