Skip to content

Instantly share code, notes, and snippets.

@Rahuls66
Created July 27, 2021 19:59
Show Gist options
  • Save Rahuls66/ba83d098d8145d09cfad8a9f77f1a00e to your computer and use it in GitHub Desktop.
Save Rahuls66/ba83d098d8145d09cfad8a9f77f1a00e to your computer and use it in GitHub Desktop.
import seaborn as sns
df = sns.load_dataset('penguins')
# df.head()
sns.pairplot(df, dropna = True, hue = 'island');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment