1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Customer Segmentation in Python

Connected

अभ्यास

Visualize average quantity metric

You are now going to visualize average quantity values in a heatmap.

We have loaded pandas package as pd, and the average quantity values DataFrame as average_quantity.

Please use the console to explore it.

निर्देश

100 XP
  • Import seaborn package as sns.
  • Initialize an 8 by 6 inches figure.
  • Add a title.
  • Create the heatmap of the average quantity values with annotations and show the plot.