Índices De Preços Na Produção Industrial - Bruto (Base - 2021) Por Tipo De Mercado E Agrupamento Industrial
INE 0011991 · (Janeiro de 2005 - Julho de 2025)
@ine.indicador_0011991
INE 0011991 · (Janeiro de 2005 - Julho de 2025)
@ine.indicador_0011991
CREATE TABLE raw (
"periodo" VARCHAR,
"geocod" VARCHAR,
"geodsg" VARCHAR,
"valor" DOUBLE,
"agrupamento_industrial_cat_id" VARCHAR,
"agrupamento_industrial_categ_dsg" VARCHAR,
"agrupamento_industrial_categ_nivel" BIGINT,
"agrupamento_industrial_categ_ord" BIGINT,
"agrupamento_industrial_dim_num" BIGINT,
"tipo_de_mercado_cat_id" VARCHAR,
"tipo_de_mercado_categ_dsg" VARCHAR,
"tipo_de_mercado_categ_nivel" BIGINT,
"tipo_de_mercado_categ_ord" BIGINT,
"tipo_de_mercado_dim_num" BIGINT,
"ind_string" BIGINT
);
Anyone who has the link will be able to view this.