HOUSE PRICE PREDICTION - SEATTLE
Real house price data from Seattle, Washington
@kaggle.samuelcortinhas_house_price_prediction_seattle
Real house price data from Seattle, Washington
@kaggle.samuelcortinhas_house_price_prediction_seattle
CREATE TABLE train (
"beds" BIGINT,
"baths" DOUBLE,
"size" DOUBLE,
"size_units" VARCHAR,
"lot_size" DOUBLE,
"lot_size_units" VARCHAR,
"zip_code" BIGINT,
"price" DOUBLE
);
Anyone who has the link will be able to view this.