Search for question
Question

Task 7 Seaborn correlation matrix (1 point) Use Pandas to read in an input file ('BostonHousing.csv") and save it as a DataFrame, df. Use Pandas to calculate the pairwise correlation of

columns in df and feed the resulting data to Seaborn heatmap. The heatmap becomes the visualization of the correlation matrix of the dataframe.

Fig: 1