Capital formation by activity, ISIC rev3 - SNA_TABLE8
Data - OECD
Last observation: 2022 (N = 57)
First observation: 1950 (N = 4)
Last data update: 02 août 2026, 09:12
Last compile: 03 sept. 2026, 00:16
Structure
Layout
- OECD Website. html
Data Structure
Code
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 |
obsTime
Code
SNA_TABLE8 |>
group_by(obsTime) |>
summarise(Nobs = n()) |>
arrange(desc(obsTime)) |>
print_table_conditional()