Skip to content

A loneliness prescription index for the UK

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

humaniverse/loneliness

Repository files navigation

loneliness

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

Currently under active development

Overview

A loneliness index for the UK.

The loneliness index scores, ranks and deciles each LSOA in each nation of the UK from most lonely to least lonely. In England the score is based on a self-reported survey (Community Life Survey). In Scotland, Wales and Northern Ireland the score is based on GP prescriptions associated with loneliness related conditions. Scores are comparable within nations but not between nations.

The code and approach for Scotland, Wales and Northern Ireland is based on an approach developed by the Office for National Statistics' Data Science Campus, which uses GP prescription data to find areas with above-average prescriptions for conditions where loneliness has been shown to be a risk factor: Alzheimer's, depression, hyperternsion, diabetes, cardiovascular disease, anxiety, addiction and insomnia.

Virtual Environments

This project uses requirements.txt to manage Python package dependencies.

Instruction below to create and activate the virtual environment using Python's inbuilt venv module: