Question
Task 8 Seaborn pairplot (1 point) Use Pandas to read in an input file (*BostonHousing.csv") and save it as a DataFrame, df. Use Seaborn to produce a pairplot of df. Question: How would you visually identify if two columns of df are correlated or independent from each other?
Question image 1