CommencerCommencer gratuitement

Bird feature correlations

Continuing your work with the Antarctic Research Scientists, they loved the scatterplot you created for them.

Now they are sure there is a relationship between the attributes of the penguins. But how strong is that relationship and in what direction?

They have reached out again for help. Luckily, you know the plot: a correlation plot!

In this exercise, you will help the scientific team by creating a correlation plot between various penguin attributes in the provided penguins DataFrame.

plotly.express as been loaded as px.

Cet exercice fait partie du cours

Introduction to Data Visualization with Plotly in Python

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Create a correlation table with pandas
penguin_corr = penguins.____(method="____")
Modifier et exécuter le code