Amsterdam House Price Prediction
Predict Sales Prices and Practice Feature Engineering
@kaggle.thomasnibb_amsterdam_house_price_prediction
Predict Sales Prices and Practice Feature Engineering
@kaggle.thomasnibb_amsterdam_house_price_prediction
CREATE TABLE housingprices_amsterdam_august_2021 (
"unnamed_0" BIGINT,
"address" VARCHAR,
"zip" VARCHAR,
"price" DOUBLE,
"area" BIGINT,
"room" BIGINT,
"lon" DOUBLE,
"lat" DOUBLE
);
Anyone who has the link will be able to view this.