Georeferenced Amsterdam Rental Values
Exploring Urban Housing Markets Through Historical Patterns
@kaggle.thedevastator_georeferenced_amsterdam_rental_values
Exploring Urban Housing Markets Through Historical Patterns
@kaggle.thedevastator_georeferenced_amsterdam_rental_values
By [source]
This dataset provides insightful and comprehensive information on the spatial distribution of rental values in Amsterdam throughout a period of time. In order to generate this data, the Verponding registration from Amsterdam City Archives was consulted, which collected a tax known as the Verpondings-quohieren van den 8sten penning on the rental value of immovable property. This data was attained through transcribing and geo-referencing registration books from the archives; thereby incorporating both transcribed rental values of all real estate properties listed therein as well as geo-referenced tax records plotted onto an historical map of Amsterdam.
The compilation and analysis of historic rental values may offer further insights into underlying social, economic, and cultural developments within Amsterdam over time. Therefore, the potential applications for this dataset are enormous; offering investigators an opportunity to gather useful information with relation to urban renewal efforts or even supporting archaeological research studies. Moreover, with various columns such as order number, wijk district where applicable property is located within respective street name as well as details on whether said property is available for rent/own disposition - researchers may also utilize these collected metrics for meaningful planning/management decisions simultaneously unfolding hidden patterns concerning disparities or trends that might be discerned when compared to current trends employed by residents today
For more datasets, click here.
- 🚨 Your notebook can be here! 🚨!
This dataset provides insight into the spatial distribution of rental values in Amsterdam between 1647 and 1652. The data provided is a valuable resource for researchers looking to study the economic, social, and cultural history of Amsterdam over this period in time. With this data set, users can explore hidden patterns, disparities, and trends that may inform decision-making or help with urban renewal projects. Moreover, this dataset can also be used to assess archaeological and cultural heritage research.
In order to understand the georeferenced rental values better and draw meaningful conclusions from the data set it is important to keep few things in mind:
Check out handy columns such as ‘wijk’ (district) which offers information about where each property is located;
The ‘rent/own’ indicates whether a property was rented (huur) or owned (koop);
The ‘value’ column contains information regarding the rental value of each property;
The ‘tax’ column shows how much tax was paid on each listed property;
In addition to this additional notes have been provided in some cases offering more insights into particular properties;
By seeing all these details together one will get an excellent overview of individual households renting or owning their real estate properties along with their tax payment throughout Amsterdam during this period 1647-1652. Additionally by graphing this data one could compare rental value against geographic location or even track consecutive years on how they vary year after year! This can help trace any historical changes taking place how they affect individual households within Amsterdam as well as socio-economic changes occurring throughout the city over the years!
- Creating a predictive heat map by analyzing correlation between rental values and various other factors such as geographic location, proximity to public transportation, availability of amenities/services etc.
- Comparing and contrasting current maps of real estate prices in Amsterdam with the maps from this dataset to analyze shifts in property prices over time and understand the evolution of urban housing markets in the city.
- Studying socio-economic differences between different geographical areas based on rental values from this dataset, which could help provide a better understanding of the social, economic, and cultural history of the city
If you use this dataset in your research, please credit the original authors.
Data Source
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.
File: Verponding1647-1652.csv
Column name | Description |
---|---|
inventory nr. | Unique identifier for each property. (Integer) |
wijk | District of Amsterdam in which the property is located. (String) |
folio | Page number of the Verponding registration book in which the property is listed. (Integer) |
Ordernumber | Order number of the property in the Verponding registration book. (Integer) |
Street | Street name of the property. (String) |
rent/own | Whether the property is rented or owned. (String) |
value | Rental value of the property. (Integer) |
tax | Amount of tax paid on the property. (Integer) |
notes | Any additional notes included in the registration. (String) |
FirstnameO | First name of the owner of the property. (String) |
PatronymO | Patronymic of the owner of the property. (String) |
LastnameO | Last name of the owner of the property. (String) |
owner_modifier | Any additional information about the owner of the property. (String) |
FirstnameR | First name of the renter of the property. (String) |
PatronymR | Patronymic of the renter of the property. (String) |
LastnameR | Last name of the renter of the property. (String) |
renter_modifier | Any additional information about the renter of the property. (String) |
If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit .
CREATE TABLE verponding1647_1652 (
"uid" VARCHAR,
"inventory_nr" BIGINT,
"wijk" BIGINT,
"folio" VARCHAR,
"folio_front_backside" BIGINT,
"ordernumber" DOUBLE,
"street" VARCHAR,
"rent_own" VARCHAR,
"value" DOUBLE,
"tax" DOUBLE,
"notes" VARCHAR,
"firstnameo" VARCHAR,
"patronymo" VARCHAR,
"lastnameo" VARCHAR,
"owner_modifier" VARCHAR,
"firstnamer" VARCHAR,
"patronymr" VARCHAR,
"lastnamer" VARCHAR,
"renter_modifier" VARCHAR,
"unnamed_19" VARCHAR,
"unnamed_20" VARCHAR,
"unnamed_21" VARCHAR,
"unnamed_22" VARCHAR,
"unnamed_23" VARCHAR,
"unnamed_24" VARCHAR
);
Anyone who has the link will be able to view this.