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
This dataset provides comprehensive information for house price prediction, with 13 column names:
Kindly, upvote if you find the dataset interesting.
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.