Penguins 3#
In this quiz we will be looking at exploring the penguins
dataset.

You can load the penguins
dataset in seaborn
using:
df = sns.load_dataset("penguins")
This dataset contains information about three species of penguins (Adelie, Gentoo, and Chinstrap), and various characteristics including their bill_length, bill_depth, flipper_length, body_mass, and sex.

Credit: Artwork by @allison_horst.
Consider the following plot of the penguins
dataset:

Part 1#
Is this plot overplotted?
Answer Section#
Yes, the plot is overplotted.
No, the plot is not overplotted.
It is not possible to determine
pl-submission-panel#
pl-answer-panel#
Attribution#
Problem is licensed under the CC-BY-NC-SA 4.0 license.