Catalog · ssb
Statistics Norway (SSB)
Norwegian official statistics metadata with variable descriptions, sources, groups 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 ssb 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(ssb) lang(eng)
autolabel values, domain(ssb) lang(eng)Python
pip install registream
import pandas as pd
import registream.autolabel
df = pd.read_stata("your_data.dta")
df.autolabel(domain="ssb", 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 = "ssb", lang = "eng")Version history
| Version | Date | Schema | State | Changelog |
|---|---|---|---|---|
20260416 |
2026-04-16 | v2.0 | Latest | Initial SSB release in Schema v2 format. Norwegian originals with English translations. Two-level scope (Source/Group). |
Sources
Metadata ingested from: