Tasks For Students
Tasks For Students
Dataset Overview:
3. Multivariate Analysis
● Loyalty Score Distribution – Use a bar plot to show the count of High,
Medium, and Low loyalty customers.
● Engagement Status – Use a pie chart to show the percentage of Active,
Dormant, and Churned customers.
Answers:
# Identify and count missing values
print("Missing Values Count:\n", df.isnull().sum())