Miami Housing Dataset
Predict the prices of Miami Houses.
@kaggle.deepcontractor_miami_housing_dataset
Predict the prices of Miami Houses.
@kaggle.deepcontractor_miami_housing_dataset
CREATE TABLE miami_housing (
"latitude" DOUBLE,
"longitude" DOUBLE,
"parcelno" BIGINT,
"sale_prc" DOUBLE,
"lnd_sqfoot" BIGINT,
"tot_lvg_area" BIGINT,
"spec_feat_val" BIGINT,
"rail_dist" DOUBLE,
"ocean_dist" DOUBLE,
"water_dist" DOUBLE,
"cntr_dist" DOUBLE,
"subcntr_di" DOUBLE,
"hwy_dist" DOUBLE,
"age" BIGINT,
"avno60plus" BIGINT,
"month_sold" BIGINT,
"structure_quality" BIGINT
);
Anyone who has the link will be able to view this.