House Price Prediction Treated Dataset
House sale prices for King County between May 2014 and May 2015
@kaggle.aravinii_house_price_prediction_treated_dataset
House sale prices for King County between May 2014 and May 2015
@kaggle.aravinii_house_price_prediction_treated_dataset
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
);
Anyone who has the link will be able to view this.