Baselight

Art Presence & London Property Prices

Quantifying Visual Environment at Scale

@kaggle.thedevastator_art_presence_london_property_prices

Loading...
Loading...

About this Dataset

Art Presence & London Property Prices


Art Presence & London Property Prices

Quantifying Visual Environment at Scale

By [source]


About this dataset

Explore a new and different way to measure the relationship between art presence and property prices in Inner London neighbourhoods. By quantifying the visual environment at scale with geotagged Flickr photos containing the word “art,” this dataset can help us garner an understanding of how aesthetic values translate into its economic value. Using data from the Land Registry of England and Wales, this dataset allows users to spot correlations between property values and art presence through visual analysis of postcode districts plotted against rank change in prices and proportion of “art” photos. Investigate whether aesthetics, particularly within urban neighbourhoods, have a bearing on local house pricing markets – adding a valuable insight into London’s ever-changing social landscape

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

This dataset provides a useful tool for determining the correlation between the visual environment in a given neighbourhood and its associated property values. This dataset can be used to gain insights into how art presence in an area affects housing prices.

To work with this dataset, you will first need to download it as a csv file or as an XML file. Once you have downloaded your desired version of the data, open it in your favorite spreadsheet program or text editor for further manipulation and analysis.

The two key columns you will want to focus on are Rank Mean Change and Proportion Art Photos. The Rank Mean Change column indicates how each neighbourhood ranked based on its mean property price change from Jan 1995 to Mar 2017, while Proportion Art Photos denotes the proportion of photographs taken within these areas containing the word “art”. You may also want to take note of Postcode Districts as this indicates which neighbourhood each row corresponds to making it easier for contextualizing results at a place-based level.

From here you can conduct linear regression analysis using Rank Mean Change and Proportion Art Photos as independent variables, allowing you to determine whether there is indeed any correlation between art presence in London neighbourhoods and their property values over time

Research Ideas

  • Correlating the value of properties with art presence to inform investment decisions in residential real estate.
  • Utilizing Photographs from Flickr as a tool to monitor changes in art presence and creative expression over time.
  • Investigating the effects of art preservation/creation initiatives on property values to determine their potential effectiveness

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: London_Prices_Flickr_Art_Agg.csv

Column name Description
Postcode.District This column indicates the postcode district of each neighbourhood in Inner London. (String)
Rank.Mean.Change This column indicates the rank of each neighbourhood based on its mean change in property prices over time. (Integer)
Proportion.Art.Photos This column captures the proportion of photographs containing “art” within each postcode district during a given time period, allowing us to measure art presence at scale across inner London neighbourhoods. (Float)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit .

Tables

London Prices Flickr Art Agg

@kaggle.thedevastator_art_presence_london_property_prices.london_prices_flickr_art_agg
  • 6.07 KB
  • 119 rows
  • 4 columns
Loading...

CREATE TABLE london_prices_flickr_art_agg (
  "unnamed_0" BIGINT,
  "postcode_district" VARCHAR,
  "rank_mean_change" BIGINT,
  "proportion_art_photos" DOUBLE
);

Share link

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