Skip to contents

Long-format version of the macro_series dataset. Each row represents a single observation for one indicator on a specific date. This format is particularly useful for faceted plots and grouped visualizations.

Usage

macro_series_long

Format

A data frame with 2,800 rows and 3 variables:

date

Date, first day of the month (YYYY-MM-DD)

name_series

Character, name of the macroeconomic indicator. Values: "ibcbr_dessaz", "ipca", "ipi", "oil", "pms"

value

Numeric, value of the indicator on that date

Source

Brazilian Central Bank (Banco Central do Brasil) https://www3.bcb.gov.br/sgspub/

Details

This dataset is created by pivoting macro_series from wide to long format, making it easier to create faceted plots or perform grouped operations where you need to treat each indicator as a separate group.

The dataset contains the same data as macro_series, just restructured for different use cases. See macro_series for detailed information about each indicator and data sources.

See also

macro_series for the wide-format version