Baselight

HOUSE PRICE PREDICTION - SEATTLE

Real house price data from Seattle, Washington

@kaggle.samuelcortinhas_house_price_prediction_seattle

Train
@kaggle.samuelcortinhas_house_price_prediction_seattle.train

  • 28.44 KB
  • 2016 rows
  • 8 columns
beds

Beds

baths

Baths

size

Size

size_units

Size Units

lot_size

Lot Size

lot_size_units

Lot Size Units

zip_code

Zip Code

price

Price

32.52590sqft6000sqft98144795000
422240sqft0.31acre98106915000
432040sqft3783sqft98107950000
433800sqft5175sqft981991950000
221042sqftnan98102950000
221190sqft1acre98107740000
11670sqft6000sqft98133460000
53.54510sqft6000sqft981053150000
32.51520sqft741sqft98108565000
422340sqft9500sqft98178699000

CREATE TABLE train (
  "beds" BIGINT,
  "baths" DOUBLE,
  "size" DOUBLE,
  "size_units" VARCHAR,
  "lot_size" DOUBLE,
  "lot_size_units" VARCHAR,
  "zip_code" BIGINT,
  "price" DOUBLE
);

Share link

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