ComeçarComece de graça

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.

Este exercício faz parte do curso

Introduction to Data Visualization with Plotly in Python

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Create a correlation table with pandas
penguin_corr = penguins.____(method="____")
Editar e executar o código