How do you calculate interquartile range or IQR?
IQR equals Q3 minus Q1. Or the upper quartile minus the lower quartile.
What is the five number summary?
The five number summary consists of the minimum, the first quartile, the median, the third quartile, and the maximum.
What is the best type of graph for categorical data?
Bar graph
How do you make a bar graph in Seaborn?
sns.countplot
What is KDE on a plot?
Kernel density estimation