Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For this task, you are to graph the physical characteristics of Gentoo penguins using Pandas and Matplotlib. Instructions This task uses a dataset containing some

image text in transcribed

For this task, you are to graph the physical characteristics of Gentoo penguins using Pandas and Matplotlib. Instructions This task uses a dataset containing some physical measurements of three penguin species: Adelie, Chinstrap and Gentoo. You can view the dataset online by clicking here. Run the following code cell to load the dataset into a Pandas DataFrame and look at the first few rows. Read through the code before executing it. As you can see, the dataset consists of 7 columns. The species of penguin can be Gentoo, Adelie, or Chinstrap. The sex can be MALE or FEMALE. Your task is to produce a scatter plot which relates bill depth and bill length for MALE penguins only where the weight must be above 4kg, with data points separated by the species of penguin. A successful solution produces a plot similar to the example below, which clearly shows how these physical measurements are a good indicator of species for male penguins. You can use whichever three colours for the points you like, provided that the three colours are not the same as each other. Everything else must be identical

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions