Real Estate Data London 2024
London Real Estate 2024: A Comprehensive Look at Properties for Sale
@kaggle.kanchana1990_real_estate_data_london_2024
London Real Estate 2024: A Comprehensive Look at Properties for Sale
@kaggle.kanchana1990_real_estate_data_london_2024
This dataset provides a snapshot of properties listed for sale in London, sourced from the Rightmove website. It includes various property details such as the number of bedrooms, bathrooms, type of property, and price. The dataset is designed for educational purposes, offering insights into real estate trends and allowing data science enthusiasts to apply their skills in the context of property analysis.
This dataset is a valuable resource for students and researchers to practice various data science and analytics techniques. Potential applications include:
This dataset was ethically mined from a publicly accessible website using the APIFY API. All data in this dataset reflects publicly available information about properties listed for sale, with no Personally Identifiable Information (PII) included. The dataset does not include any data that could infringe on individual privacy.
CREATE TABLE realestate_data_london_2024_nov (
"addedon" VARCHAR,
"title" VARCHAR,
"descriptionhtml" VARCHAR,
"propertytype" VARCHAR,
"sizesqfeetmax" DOUBLE,
"bedrooms" DOUBLE,
"bathrooms" DOUBLE,
"listingupdatereason" VARCHAR,
"price" VARCHAR
);Anyone who has the link will be able to view this.