powered by
A small sample dataset from the Jobseeker's Allowance dataset (NM_1_1) for the UK, Great Britain, and England. Useful for offline examples and testing.
jsa_sample
A tibble with 3 rows and 12 columns:
ONS geography code
Geography name (UK, GB, England)
Sex code (7 = Total)
Sex description
Item code
Item description
Measure code (20100)
Measure description
Date code (YYYY-MM format)
Date description
Observed value (number of claimants)
Observation status code
Number of records in query
data(jsa_sample) head(jsa_sample) summary(jsa_sample$OBS_VALUE)
Run the code above in your browser using DataLab