Data Visualization with Seaborn Quiz
Question 1
Which of the following Seaborn plots is used to visualize the relationship between two numerical variables?
Bar plot
Scatter plot
Box plot
Heatmap
Question 2
Which Seaborn plot is best for showing the frequency of occurrences for each category in a categorical variable?
Count Plot
Line plot
Rug plot
Pair plot
Question 3
What is the primary purpose of a violin plot in Seaborn?
To compare categorical data
To display the distribution and density of a dataset
To visualize relationships between two numerical variables
To create a heatmap of correlations
Question 4
Which Seaborn plot helps visualize pairwise relationships between multiple numerical variables in a dataset?
Pair plot
Relational plot
Swarm plot
Cluster map
Question 5
Which Seaborn function is best suited for visualizing the probability density of a continuous variable?
sns.boxplot()
sns.kdeplot()
sns.countplot()
sns.pointplot()
There are 5 questions to complete.