House Price Dataset With Other Information
A ver basic and simple dataset containing over 20K entries on house information.
@kaggle.esratmaria_house_price_dataset_with_other_information
A ver basic and simple dataset containing over 20K entries on house information.
@kaggle.esratmaria_house_price_dataset_with_other_information
CREATE TABLE kc_house_data (
"id" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE,
"bedrooms" BIGINT,
"bathrooms" DOUBLE,
"sqft_living" BIGINT,
"sqft_lot" BIGINT,
"floors" DOUBLE,
"waterfront" BIGINT,
"view" BIGINT,
"condition" BIGINT,
"grade" BIGINT,
"sqft_above" BIGINT,
"sqft_basement" BIGINT,
"yr_built" BIGINT,
"yr_renovated" BIGINT,
"zipcode" BIGINT,
"lat" DOUBLE,
"long" DOUBLE,
"sqft_living15" BIGINT,
"sqft_lot15" BIGINT
);
Anyone who has the link will be able to view this.