https://github.com/datasets/house-prices-uk
UK house prices dataset
https://github.com/datasets/house-prices-uk
Last synced: 10 months ago
JSON representation
UK house prices dataset
- Host: GitHub
- URL: https://github.com/datasets/house-prices-uk
- Owner: datasets
- Created: 2012-12-12T22:49:06.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T09:21:48.000Z (over 1 year ago)
- Last Synced: 2024-12-04T10:24:00.538Z (over 1 year ago)
- Language: Python
- Homepage: https://datahub.io/core/house-prices-uk
- Size: 312 KB
- Stars: 12
- Watchers: 7
- Forks: 46
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UK house prices since 1953 as monthly time-series. Data comes from the Nationwide.
## Data
Data can be found in the `data/data.csv` file. See datapackage.json for
source info.
Source: [http://www.nationwide.co.uk/hpi/historical.htm](http://www.nationwide.co.uk/hpi/historical.htm)
### Notes
From the source XLS file (notes tab):
> "The Nationwide house price methodology has developed over time and this
needs to be considered when interpreting the long run series of house
prices. Maintenance in terms of updating weights for the mix-adjustment
process is carried out at regular intervals. Significant developments
include:"
> * 1952 - 1959 Q4 Simple average of purchase price.
> * 1960 Q1 - 1973 Q4 - weighted average using floor area (thus allowing
> for the influence of house size).
> * 1974 Q1 - 1982 Q4 - weighted averages using floor area, region and
> property type.
> * 1983 Q1 - Development of new house price methodology. A statistical
> 'regression' technique was introduced under guidance of ‘Fleming and
> Nellis’ (Loughborough University and Cranfield Institute of Technology).
> This was introduced in 1989 but data was revised back to 1983 Q1.
> * 1993 - Information about neighbourhood classification (ACORN) used in
> the model were significantly updated following Census 1991 publication -
> regular updates since but typically for new postcodes.
## Preparation
Process is recorded and automated in python2 script:
```bash
pip install -r scripts/requirements.txt
python scripts/process.py download
python scripts/process.py process
```
## License
This Data Package is licensed by its maintainers under the [Public Domain Dedication and License (PDDL)](http://opendatacommons.org/licenses/pddl/1.0/).