Exploratory data Analysis
Data cleaning :
There is no missing value in the given dataset
Exploratory Data Overviews
Exploring the Dataset
-
Visualizing all the columns at once To find how they are correlated with each other and with target (price) variable

-
Visualizing Target variable only
y_var
-
Visualizing only continous Columns

-
Visualizing only catagorical columns (value counts):

-
Visualizing Correlation between all the columns

-
Visualizing Correlation for single column

-
Out of curiosity found that majority of the target variable (price) found to be a zero so visualizing the dataFrame which results in zero price
