Baselight

House-Price-Prediction Cleaned Dataset

Ready to use House Price Prediction Cleaned Dataset

@kaggle.aneelaabdullah_housepriceprediction_cleaned_dataset

House Price Prediction Clean
@kaggle.aneelaabdullah_housepriceprediction_cleaned_dataset.house_price_prediction_clean

  • 88.94 KB
  • 1460 rows
  • 32 columns
id

Id

mssubclass

MSSubClass

lotarea

LotArea

overallqual

OverallQual

overallcond

OverallCond

yearbuilt

YearBuilt

yearremodadd

YearRemodAdd

bsmtfinsf1

BsmtFinSF1

bsmtunfsf

BsmtUnfSF

totalbsmtsf

TotalBsmtSF

n_1stflrsf

1stFlrSF

n_2ndflrsf

2ndFlrSF

grlivarea

GrLivArea

bsmtfullbath

BsmtFullBath

fullbath

FullBath

halfbath

HalfBath

bedroomabvgr

BedroomAbvGr

kitchenabvgr

KitchenAbvGr

totrmsabvgrd

TotRmsAbvGrd

fireplaces

Fireplaces

garagecars

GarageCars

garagearea

GarageArea

wooddecksf

WoodDeckSF

openporchsf

OpenPorchSF

enclosedporch

EnclosedPorch

n_3ssnporch

3SsnPorch

screenporch

ScreenPorch

poolarea

PoolArea

miscval

MiscVal

mosold

MoSold

yrsold

YrSold

saleprice

SalePrice

16084507520032003706150856856854171012131825486122008208500
2209600681976197697828412621262126223161246029852007181500
3601125075200120024864349209208661786121316126084292008223500
47095507519151970216540756961756171711317136423527222006140000
56014260852000200065549011451145105321981214191383619284122008250000
65014115551993199573264796796566136211111524804030320700102009143000
720100848520042005136931716861694169412317126362555782007307000
86010382761973197385921611071107983209012131722484235204228350112009200000
95061207519311950952952102275217742228224689020542008129900
1019074205619391950851140991107710771122521205412008118000

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
);

Share link

Anyone who has the link will be able to view this.