Quarterly National Accounts, GDP Per Capita

Data - OECD

Info

source dataset .html .RData

oecd

TABLE1_EXPENDITURE

2024-09-11 2024-06-01

Last

obsTime

obsTime Nobs
2023 11919

obsValue

REF_AREA

Code
TABLE1_EXPENDITURE %>%
  left_join(REF_AREA, by = "REF_AREA") %>%
  group_by(REF_AREA, Ref_area) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()

ACTIVITY

Code
TABLE1_EXPENDITURE %>%
  left_join(ACTIVITY, by = "ACTIVITY") %>%
  group_by(ACTIVITY, Activity) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
ACTIVITY Activity Nobs
_Z Not applicable 616458
_T Total - All activities 120232

SECTOR

Code
TABLE1_EXPENDITURE %>%
  left_join(SECTOR, by = "SECTOR") %>%
  group_by(SECTOR, Sector) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
SECTOR Sector Nobs
S1 Total economy 519588
S13 General government 92378
S1M Households and non-profit institutions serving households (NPISH) 40453
S14 Households 36343
S15 Non-profit institutions serving households 31212
_Z Not applicable 16716

TRANSACTION

Code
TABLE1_EXPENDITURE %>%
  left_join(TRANSACTION, by = "TRANSACTION") %>%
  group_by(TRANSACTION, Transaction) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
TRANSACTION Transaction Nobs
P3 Final consumption expenditure 189765
B1GQ Gross domestic product 42873
P6 Exports of goods and services 41508
P7 Imports of goods and services 41508
P51G Gross fixed capital formation 41067
P5 Gross capital formation 39210
B11 External balance of goods and services 37814
P3T5 Domestic demand 36267
P41 Actual individual consumption 33564
P61 Exports of goods 31319
P62 Exports of services 31319
P71 Imports of goods 31244
P72 Imports of services 31244
P32 Collective consumption expenditure 25797
P31 Individual consumption expenditure 25520
YA0 Statistical discrepancy (expenditure approach) 16716
P5M Changes in inventories and acquisitions less disposals of valuables 15374
P52 Changes in inventories 15235
P53 Acquisitions less disposals of valuables 9346

PRICE_BASE

Code
TABLE1_EXPENDITURE %>%
  left_join(PRICE_BASE, by = "PRICE_BASE") %>%
  group_by(PRICE_BASE, Price_base) %>%
  summarise(Nobs = n()) %>%
  arrange(-Nobs) %>%
  print_table_conditional()
PRICE_BASE Price_base Nobs
LR Chain linked volume (rebased) 192337
V Current prices 169943
Y Previous year prices 120222
VQ Current prices (constant converter) 115748
L Chain linked volume 91948
DR Deflator (rebased) 46492