Housing Price Prediction
A Comprehensive Dataset for Price Forecasting with 13 key Features.
@kaggle.harishkumardatalab_housing_price_prediction
A Comprehensive Dataset for Price Forecasting with 13 key Features.
@kaggle.harishkumardatalab_housing_price_prediction
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.