Session Ready
Exercise

Explore wholesale customer clusters

Continuing your work on the wholesale dataset you are now ready to analyze the characteristics of these clusters.

Since you are working with more than 2 dimensions it would be challenging to visualize a scatter plot of the clusters, instead you will rely on summary statistics to explore these clusters. In this exercise you will analyze the mean amount spent in each cluster for all three categories.

Instructions
100 XP
  • Calculate the size of each cluster using count().
  • Color & plot the dendrogram using the height of 15,000.
  • Calculate the average spending for each category within each cluster using the summarise_all() function.