Baselight

House Price Prediction Treated Dataset

House sale prices for King County between May 2014 and May 2015

@kaggle.aravinii_house_price_prediction_treated_dataset

Df Test
@kaggle.aravinii_house_price_prediction_treated_dataset.df_test

  • 64.17 KB
  • 6700 rows
  • 14 columns
date

Date

price

Price

bedrooms

Bedrooms

grade

Grade

has_basement

Has Basement

living_in_m2

Living In M2

renovated

Renovated

nice_view

Nice View

perfect_condition

Perfect Condition

real_bathrooms

Real Bathrooms

has_lavatory

Has Lavatory

single_floor

Single Floor

month

Month

quartile_zone

Quartile Zone

Fri Sep 26 2014 00:00:00 GMT+0000 (Coordinated Universal Time)3050002176.18046true1true92
Wed May 14 2014 00:00:00 GMT+0000 (Coordinated Universal Time)49800032true210.889812truetrue52
Mon Mar 23 2015 00:00:00 GMT+0000 (Coordinated Universal Time)59000024262.915492true32
Tue Jul 15 2014 00:00:00 GMT+0000 (Coordinated Universal Time)77500033159.793161true73
Tue Apr 14 2015 00:00:00 GMT+0000 (Coordinated Universal Time)3500002192.9031truetrue43
Fri May 08 2015 00:00:00 GMT+0000 (Coordinated Universal Time)39900022201.599511truetrue51
Wed Oct 15 2014 00:00:00 GMT+0000 (Coordinated Universal Time)3250001294.761061true103
Tue Jul 15 2014 00:00:00 GMT+0000 (Coordinated Universal Time)25000032true177.444732truetrue71
Wed Feb 25 2015 00:00:00 GMT+0000 (Coordinated Universal Time)44500032360.46364322
Tue Jul 01 2014 00:00:00 GMT+0000 (Coordinated Universal Time)45950012true116.128751true73

CREATE TABLE df_test (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "bedrooms" BIGINT,
  "grade" BIGINT,
  "has_basement" BOOLEAN,
  "living_in_m2" DOUBLE,
  "renovated" BOOLEAN,
  "nice_view" BOOLEAN,
  "perfect_condition" BOOLEAN,
  "real_bathrooms" BIGINT,
  "has_lavatory" BOOLEAN,
  "single_floor" BOOLEAN,
  "month" BIGINT,
  "quartile_zone" BIGINT
);

Share link

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