Zameen.com 2021 Latest Raw Data Set
Latest data set of pakistan realestate industry
@kaggle.huzzefakhan_zameencom_2021_latest_raw_data_set
Latest data set of pakistan realestate industry
@kaggle.huzzefakhan_zameencom_2021_latest_raw_data_set
Context
The dataset consists of data that was scraped from Zameen.com website. It is Pakistani top leading property buy and sell platform.
Content
Geography: Pakistan
Time period: 2021
Unit of analysis: Real states Data Analysis
Dataset: The dataset contains detailed information online data available on zameen.com website . It contains propertyid,locationid,pageurl propertytype,price,location,city,provincename,latitude,longitude baths,area,purpose,bedrooms,dateadded,agency and agent.
Variables: The dataset contain propertyid,locationid,pageurl,propertytype,price,location,city,provincename,latitude,longitude baths,area,purpose,bedrooms,dateadded,agency and agent.
File Type: CSV
Inspiration
CREATE TABLE nearby_pois_tbl (
"poi_id" BIGINT,
"property_id" BIGINT,
"name" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"type" VARCHAR
);
CREATE TABLE property_details_tbl (
"property_id" BIGINT,
"location_id" BIGINT,
"page_url" VARCHAR,
"type_id" BIGINT,
"n__type" VARCHAR -- Type,
"price" BIGINT,
"price_1" VARCHAR,
"location" VARCHAR,
"city_id" BIGINT,
"city" VARCHAR,
"province_id" BIGINT,
"province" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"baths" BIGINT,
"area" VARCHAR,
"purpose_id" BIGINT,
"n__purpose" VARCHAR -- Purpose,
"bedrooms" BIGINT,
"date_added" VARCHAR,
"description" VARCHAR,
"agency_id" VARCHAR,
"n__agency" VARCHAR -- Agency,
"agent_id" VARCHAR,
"n__agent" VARCHAR -- Agent,
"amenities" VARCHAR
);
Anyone who has the link will be able to view this.