Housing Price Dataset
Analyzing Property Values: Insights into Housing Market Trends and Pricing Dynam
@kaggle.sukhmandeepsinghbrar_housing_price_dataset
Analyzing Property Values: Insights into Housing Market Trends and Pricing Dynam
@kaggle.sukhmandeepsinghbrar_housing_price_dataset
CREATE TABLE housing (
"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.