Penguins 3#

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

../../../../../_images/penguins2.png

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.

../../../../../_images/description.png

Credit: Artwork by @allison_horst.

Consider the following plot of the penguins dataset:

../../../../../_images/viz2.png

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.
The Creative Commons 4.0 license requiring attribution-BY, non-commercial-NC, and share-alike-SA license.