ComenzarEmpieza gratis

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 ejercicio forma parte del curso

Introduction to Data Visualization with Plotly in Python

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

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