Baselight

Housing Prices In London

House prices in London and adjoining areas along with other parameters

@kaggle.arnavkulkarni_housing_prices_in_london

Loading...
Loading...

About this Dataset

Housing Prices In London

Content

This dataset comprises of various house listings in London and neighbouring region. It also encompasses the parameters listed below, the definitions of which are quite self-explanatory.
• Property Name
• Price
• House Type - Contains one of the following types of houses (House, Flat/Apartment, New Development, Duplex, Penthouse, Studio, Bungalow, Mews)
• Area in sq ft
• No. of Bedrooms
• No. of Bathrooms
• No. of Receptions
• Location
• City/County - Includes London, Essex, Middlesex, Hertfordshire, Kent, and Surrey.
• Postal Code

Inspiration

This dataset has various parameters for each house listing which can be used to conduct Exploratory Data Analysis. It can also be used to predict the house prices in various regions of London by means of Regression Analysis or other learning methods.

Tables

London

@kaggle.arnavkulkarni_housing_prices_in_london.london
  • 120.77 kB
  • 3,480 rows
  • 11 columns
Loading...
CREATE TABLE london (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "property_name" VARCHAR,
  "price" BIGINT,
  "house_type" VARCHAR,
  "area_in_sq_ft" BIGINT,
  "no_of_bedrooms" BIGINT  -- No. Of Bedrooms,
  "no_of_bathrooms" BIGINT  -- No. Of Bathrooms,
  "no_of_receptions" BIGINT  -- No. Of Receptions,
  "location" VARCHAR,
  "city_county" VARCHAR,
  "postal_code" VARCHAR
);

Share link

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