Tehran House Prices Dataset
Insights into Tehran's Real Estate Market: Analyzing Property Prices and Trends
@kaggle.valakhorasani_tehran_house_prices_dataset
Insights into Tehran's Real Estate Market: Analyzing Property Prices and Trends
@kaggle.valakhorasani_tehran_house_prices_dataset
CREATE TABLE tehranhouse (
"area" BIGINT,
"room" BIGINT,
"parking" BOOLEAN,
"warehouse" BOOLEAN,
"elevator" BOOLEAN,
"address" VARCHAR,
"price" DOUBLE,
"price_usd" DOUBLE
);
Anyone who has the link will be able to view this.