Last observation: 2022 (N = 57)
First observation: 1950 (N = 4)
Last data update: 02 août 2026, 09:12
Last compile: 21 sept. 2026, 00:41
SNA_TABLE8_var |>
pluck("VAR_DESC") |>
print_table_conditional()| id | description |
|---|---|
| LOCATION | Country |
| TRANSACT | Transaction |
| ACTIVITY | Activity |
| MEASURE | Measure |
| TIME | Year |
| OBS_VALUE | Observation Value |
| TIME_FORMAT | Time Format |
| OBS_STATUS | Observation Status |
| UNIT | Unit |
| POWERCODE | Unit multiplier |
| REFERENCEPERIOD | Reference period |
SNA_TABLE8 |>
group_by(obsTime) |>
summarise(Nobs = n()) |>
arrange(desc(obsTime)) |>
print_table_conditional()