Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How do I select certain columns for regression plots

sns.regplot(data=df, x='c_1', y='c_2')
sns.regplot(data=df, x='c_3', y='c_4')
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #I #select #columns #regression #plots
ADD COMMENT
Topic
Name
4+2 =