House-Price-Prediction Cleaned Dataset
Ready to use House Price Prediction Cleaned Dataset
@kaggle.aneelaabdullah_housepriceprediction_cleaned_dataset
Ready to use House Price Prediction Cleaned Dataset
@kaggle.aneelaabdullah_housepriceprediction_cleaned_dataset
CREATE TABLE house_price_prediction_clean (
"id" BIGINT,
"mssubclass" BIGINT,
"lotarea" BIGINT,
"overallqual" BIGINT,
"overallcond" BIGINT,
"yearbuilt" BIGINT,
"yearremodadd" BIGINT,
"bsmtfinsf1" BIGINT,
"bsmtunfsf" BIGINT,
"totalbsmtsf" BIGINT,
"n_1stflrsf" BIGINT,
"n_2ndflrsf" BIGINT,
"grlivarea" BIGINT,
"bsmtfullbath" BIGINT,
"fullbath" BIGINT,
"halfbath" BIGINT,
"bedroomabvgr" BIGINT,
"kitchenabvgr" BIGINT,
"totrmsabvgrd" BIGINT,
"fireplaces" BIGINT,
"garagecars" BIGINT,
"garagearea" BIGINT,
"wooddecksf" BIGINT,
"openporchsf" BIGINT,
"enclosedporch" BIGINT,
"n_3ssnporch" BIGINT,
"screenporch" BIGINT,
"poolarea" BIGINT,
"miscval" BIGINT,
"mosold" BIGINT,
"yrsold" BIGINT,
"saleprice" BIGINT
);
Anyone who has the link will be able to view this.