CS3 Study Unit 1 Discussion Room - Peer to Peer

correlation in Python

correlation in Python

by Dr Yinus saliu -
Number of replies: 0

The palmer penguins data contains size measurements for three penguin species observed on three islands in the Palmer Archipelago, Antarctica.

1.          Import the necessary libraries

2.          Import penguins dataset. Note that this dataset is in the activity_datasets directory.

3.          Create a pairwise correlation coefficient for all the continuous variables in the dataset

4.          Plot a scatter diagram with the x axis as bill_length_mm and y axis as flipper_length_mm by using sns.scatter() function