开始使用免费开始使用

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.

本练习是课程的一部分

Fraud Detection in Python

查看课程

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Group by age groups and get the mean
print(____.____('____').____())
编辑并运行代码