Reddit Comments
Comments, authors and conversations
@kaggle.ignaciorusso_reddit_comments
Comments, authors and conversations
@kaggle.ignaciorusso_reddit_comments
CREATE TABLE melbourne_house_prices_less (
"suburb" VARCHAR,
"address" VARCHAR,
"rooms" BIGINT,
"type" VARCHAR,
"price" DOUBLE,
"method" VARCHAR,
"sellerg" VARCHAR,
"date" TIMESTAMP,
"postcode" BIGINT,
"regionname" VARCHAR,
"propertycount" BIGINT,
"distance" DOUBLE,
"councilarea" VARCHAR
);
CREATE TABLE melbourne_housing_full (
"suburb" VARCHAR,
"address" VARCHAR,
"rooms" BIGINT,
"type" VARCHAR,
"price" DOUBLE,
"method" VARCHAR,
"sellerg" VARCHAR,
"date" TIMESTAMP,
"distance" DOUBLE,
"postcode" DOUBLE,
"bedroom2" DOUBLE,
"bathroom" DOUBLE,
"car" DOUBLE,
"landsize" DOUBLE,
"buildingarea" DOUBLE,
"yearbuilt" DOUBLE,
"councilarea" VARCHAR,
"lattitude" DOUBLE,
"longtitude" DOUBLE,
"regionname" VARCHAR,
"propertycount" DOUBLE
);
Anyone who has the link will be able to view this.