Government deficit/surplus, revenue, expenditure and main aggregates (SNA93) - SNA_TABLE12_SNA93
Data - OECD
Last observation: 2015 (N = 218)
First observation: 1950 (N = 2)
Last data update: 02 août 2026, 09:09
Last compile: 04 sept. 2026, 03:02
Structure
Number of Observations
Code
SNA_TABLE12_SNA93 |>
left_join(SNA_TABLE12_SNA93_var$TRANSACT |>
setNames(c("TRANSACT", "Transact")), by = "TRANSACT") |>
left_join(SNA_TABLE12_SNA93_var$SECTOR |>
setNames(c("SECTOR", "Sector")), by = "SECTOR") |>
group_by(TRANSACT, Transact, SECTOR, Sector) |>
summarise(Nobs = n()) |>
arrange(-Nobs) %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}Data Structure
Code
SNA_TABLE12_SNA93_var$VAR_DESC %>%
{if (is_html_output()) print_table(.) else .}| id | description |
|---|---|
| LOCATION | Country |
| TRANSACT | Transaction |
| SECTOR | Sector |
| MEASURE | Measure |
| TIME | Year |
| OBS_VALUE | Observation Value |
| TIME_FORMAT | Time Format |
| OBS_STATUS | Observation Status |
| UNIT | Unit |
| POWERCODE | Unit multiplier |
| REFERENCEPERIOD | Reference period |
TRANSACT
Code
SNA_TABLE12_SNA93_var$TRANSACT %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}SECTOR
Code
SNA_TABLE12_SNA93_var$SECTOR %>%
{if (is_html_output()) print_table(.) else .}| id | label |
|---|---|
| GS13 | General government |
| GS1311 | Central government |
| GS1312 | State government |
| S1 | Total economy |
| GS1313 | Local government |
| GS1314 | Social security funds |