PairPlot

PHOTO EMBED

Tue Jan 19 2021 17:32:21 GMT+0000 (Coordinated Universal Time)

Saved by @savemeee #pairplot #eda #plot

sns.pairplot(df,hue = ‘smoker’,diag_kind = “kde”,kind = “scatter”,palette = “husl”)

#where :
#kind : Kind of plot for the non-identity relationships. {‘scatter’, ‘reg’}
#diag_kind : Kind of plot for the diagonal subplots. {‘hist’, ‘kde’}
content_copyCOPY