Baselight

Tehran House Prices Dataset

Insights into Tehran's Real Estate Market: Analyzing Property Prices and Trends

@kaggle.valakhorasani_tehran_house_prices_dataset

Loading...
Loading...

About this Dataset

Tehran House Prices Dataset

This dataset contains information on residential property prices in Tehran, scraped from the Divar site. It includes features such as Price (USD), Price (IRR), Area, Room, Parking, Warehouse, Elevator availability, Address, and more. The data is intended for analyzing housing market trends and price predictions in Tehran's real estate sector.

Tables

Tehranhouse

@kaggle.valakhorasani_tehran_house_prices_dataset.tehranhouse
  • 37.14 KB
  • 3479 rows
  • 8 columns
Loading...

CREATE TABLE tehranhouse (
  "area" BIGINT,
  "room" BIGINT,
  "parking" BOOLEAN,
  "warehouse" BOOLEAN,
  "elevator" BOOLEAN,
  "address" VARCHAR,
  "price" DOUBLE,
  "price_usd" DOUBLE
);

Share link

Anyone who has the link will be able to view this.