Delhi -NCR Real Estate Data
Unveiling Real Estate Market Trends Through Magic Bricks Web Scraping
@kaggle.luv00679_delhi_ncr_real_estate_data
Unveiling Real Estate Market Trends Through Magic Bricks Web Scraping
@kaggle.luv00679_delhi_ncr_real_estate_data
Welcome to the "Real Estate Market Insights: Magic Bricks Web Scraped Dataset" available on Kaggle! This comprehensive dataset provides a wealth of information on real estate properties extracted from the popular real estate portal, Magic Bricks. With this dataset, you can explore and analyze the dynamic and ever-changing landscape of the real estate market.
This dataset comprises meticulously scraped data from Magic Bricks, a prominent platform for buying, selling, and renting real estate properties in various regions. The dataset is regularly updated to ensure it reflects the most current market conditions and trends.
The dataset was collected using web scraping techniques, ensuring that it captures a wide array of properties listed on the Magic Bricks platform. Data integrity and accuracy are maintained through regular updates and quality checks.
The dataset is provided in a CSV format, making it easy to import and analyze using various data analysis tools and programming languages.
Please note that this dataset is for research and analytical purposes only. It is advisable to verify the data with Magic Bricks or other reliable sources before making any real estate transactions or investment decisions.
CREATE TABLE real_estate_main (
"unnamed_0" BIGINT -- Unnamed: 0,
"name" VARCHAR,
"price" BIGINT,
"rate" VARCHAR,
"property" VARCHAR,
"carpet_area" VARCHAR,
"status" VARCHAR,
"floor" VARCHAR,
"transaction" VARCHAR,
"facing" VARCHAR,
"overlooking" VARCHAR,
"ownership" VARCHAR,
"parking" VARCHAR,
"bathroom" DOUBLE,
"balcony" DOUBLE,
"city" VARCHAR,
"location" VARCHAR,
"rate_per_sqft" DOUBLE,
"bedroom" BIGINT,
"carpet_area_sqft" DOUBLE,
"total_area" DOUBLE
);
Anyone who has the link will be able to view this.