Request access to PolicyEngine UK data
This repository is publicly accessible, but you have to accept the conditions to access its files and content.
This repository contains datasets derived from UK Data Service (UKDS) sources, including the Family Resources Survey. UKDS licence terms permit PolicyEngine to share these files only with users who themselves hold access to the source surveys on the UK Data Service. Requests are reviewed manually: email contact@policyengine.org with proof of your UKDS FRS access (for example, a screenshot of your UKDS project download page).
Log in or Sign Up to review the conditions and access this model content.
PolicyEngine UK Data
Datasets powering PolicyEngine UK microsimulation, including enhanced Family Resources Survey files.
File contents are gated. Access is granted only to users with a UK Data Service licence covering the source surveys — request access above and email proof of UKDS FRS access to contact@policyengine.org.
Once granted, download with a Hugging Face token (classic "Read" token, or a fine-grained token with gated-repository permissions):
from huggingface_hub import hf_hub_download
path = hf_hub_download(
repo_id="policyengine/policyengine-uk-data-private",
filename="enhanced_frs_2023_24.h5",
repo_type="model",
token="hf_...",
)