Zameen.com Property Data Pakistan
Real state data of Pakistan Zameen.com
@kaggle.huzzefakhan_zameencom_property_data_pakistan
Real state data of Pakistan Zameen.com
@kaggle.huzzefakhan_zameencom_property_data_pakistan
The dataset consists of data that was scraped from Zameen.com website. It is Pakistani top leading property buy and sell platform.
Geography: Pakistan
Time period: 01/2018 – 01/2018
Unit of analysis: Real states Data Analysis
Dataset: The dataset contains detailed information online data available on zameen.com website . It contains property_id,location_id,page_url property_type,price,location,city,province_name,latitude,longitude baths,area,purpose,bedrooms,date_added,agency and agent.
Variables: The dataset contain property_id,location_id,page_url,property_type,price,location,city,province_name,latitude,longitude baths,area,purpose,bedrooms,date_added,agency and agent.
Size: 43 MB
File Type: CSV
Rental yield
Price Prediction
Updated Scrapped data of 2021 are available at https://github.com/huzefakhan/Realstate-Data-set-2022-Zameen.com
CREATE TABLE property (
"property_id" BIGINT,
"location_id" BIGINT,
"page_url" VARCHAR,
"property_type" VARCHAR,
"price" BIGINT,
"location" VARCHAR,
"city" VARCHAR,
"province_name" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"baths" BIGINT,
"area" VARCHAR,
"purpose" VARCHAR,
"bedrooms" BIGINT,
"date_added" VARCHAR,
"agency" VARCHAR,
"agent" VARCHAR
);CREATE TABLE property_with_feature_engineering (
"property_id" BIGINT,
"location_id" BIGINT,
"page_url" VARCHAR,
"property_type" VARCHAR,
"price" BIGINT,
"price_bin" VARCHAR,
"location" VARCHAR,
"city" VARCHAR,
"province_name" VARCHAR,
"locality" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"baths" BIGINT,
"area" VARCHAR,
"area_marla" DOUBLE,
"area_sqft" DOUBLE,
"purpose" VARCHAR,
"bedrooms" BIGINT,
"date_added" VARCHAR,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"agency" VARCHAR,
"agent" VARCHAR
);Anyone who has the link will be able to view this.