I have a dataframe central
central
Then I want to plot the pairwise relationships between the columns with sns.pairplot(central). Could you plea
sns.pairplot(central)