Search for question
Question

Task 6 Seaborn boxplot of a melted Pandas dataframe (1 point) Use Pandas to read in an input file ('BostonHousing.csv') and save it as a DataFrame, df. Use Pandas to melt

this dataframe and feed the resulting data to Seaborn for drawing boxplots of all the columns in the original dataframe.

Fig: 1