Housing Prices Dataset
Housing Prices Prediction - Regression Problem
@kaggle.yasserh_housing_prices_dataset
Housing Prices Prediction - Regression Problem
@kaggle.yasserh_housing_prices_dataset
CREATE TABLE housing (
"price" BIGINT,
"area" BIGINT,
"bedrooms" BIGINT,
"bathrooms" BIGINT,
"stories" BIGINT,
"mainroad" VARCHAR,
"guestroom" VARCHAR,
"basement" VARCHAR,
"hotwaterheating" VARCHAR,
"airconditioning" VARCHAR,
"parking" BIGINT,
"prefarea" VARCHAR,
"furnishingstatus" VARCHAR
);
Anyone who has the link will be able to view this.