Search⌘ K

Exercise: Categorical Univariate Analysis

Explore how to perform univariate analysis on categorical data using Plotly. Learn to create countplots and pie charts to visualize data distributions and gain insights from categorical variables.

We'll cover the following...

Exercise 1

In this exercise, we’ll use our knowledge to perform univariate analysis on a categorical variable (using pie charts and countplots). Create a countplot of the Meeting variable to see how many records in this dataset are achieved at certain meets.

Solution

  • The below code creates a ...