Catalog · scb
Statistics Sweden (SCB)
Swedish official statistics metadata including variable descriptions and value labels
Overview
Bundle downloads
Each bundle is a ZIP of the five autolabel schema v2 files
(manifest, scope, variables,
value_labels, release_sets) for one
(version, language) pair. Use these for offline installs in secure
environments without internet access; otherwise the autolabel client
fetches them automatically on first use.
Install & apply
The autolabel client fetches the scb bundle on first use. No manual download needed unless you're working offline.
Stata
net install registream, from("https://registream.org/install/stata/latest") replace
use your_data.dta, clear
autolabel variables, domain(scb) lang(eng)
autolabel values, domain(scb) lang(eng)Python
pip install registream
import pandas as pd
import registream.autolabel
df = pd.read_stata("your_data.dta")
df.autolabel(domain="scb", lang="eng")R
install.packages("autolabel", repos = "https://registream.org/r/")
library(haven); library(autolabel)
df <- read_dta("your_data.dta")
df <- rs_autolabel(df, domain = "scb", lang = "eng")Version history
| Version | Date | Schema | State | Changelog |
|---|---|---|---|---|
20260309 |
2026-03-09 | v2.0 | Latest | Schema v2.0: Register-level metadata with register, variant, alias, version, datatype columns. Full English translations. |
20251101 |
2025-11-01 | v1.0 | Older | LLM-translated value labels using facebook/nllb-200-3.3B for improved quality and coverage |
20251014 |
2025-10-14 | v1.0 | Older | Initial Schema 1.0 release with improved variable descriptions |
legacy |
2024-10-13 | v0.5 | Deprecated | For RegiStream versions 1.0.0 and 1.0.1 only |
Sources
Metadata ingested from: