Consumer price inflation - G1

Data - rba

FREQ

Code
G1_var$FREQ %>%
  print_table_conditional
FREQ Frequency
A Annually
D Daily
M Monthly
Q Quarterly
S Semiannual
W Weekly

units

Code
G1_var$units %>%
  print_table_conditional
units Units
index-2011-12-100 Index, 2011/12=100
per-cent Per cent

series_code, series_name

Code
G1 %>%
  group_by(series_code, series_name) %>%
  summarise(Nobs = n()) %>%
  print_table_conditional
series_code series_name Nobs
GCPIAG Consumer price index 398
GCPIAGQP Quarterly inflation – original 398
GCPIAGSAQP Quarterly inflation 398
GCPIAGYP Year-ended inflation 398
GCPIEITCQP Quarterly inflation – excluding interest and tax changes 398
GCPIEITCYP Year-ended inflation – excluding interest and tax changes 398
GCPINTIQP Quarterly non-tradables inflation 398
GCPINTIYP Year-ended non-tradables inflation 398
GCPINTXDLQP Quarterly non-tradables inflation – excluding deposit and loan facilities 398
GCPINTXDLYP Year-ended non-tradable inflation – excluding interest charges and deposit & loan facilities 398
GCPIOCPMTMQP Quarterly trimmed mean inflation 398
GCPIOCPMTMYP Year-ended trimmed mean inflation 398
GCPIOCPMWMQP Quarterly weighted median inflation 398
GCPIOCPMWMYP Year-ended weighted median inflation 398
GCPITIQP Quarterly tradables inflation 398
GCPITIYP Year-ended tradables inflation 398
GCPITXVIQP Quarterly tradables inflation – excluding volatile items and tobacco 398
GCPITXVIYP Year-ended tradables inflation – excluding volatile items and tobacco 398
GCPIXVIQP Quarterly inflation – excluding volatile items 398
GCPIXVIYP Year-ended inflation – excluding volatile items 398