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
.
This exercise is part of the course
Introduction to Data Visualization with Plotly in Python
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Create a correlation table with pandas
penguin_corr = penguins.____(method="____")