Resíduos Urbanos Recolhidos (t) Por Localização Geográfica (NUTS - 2024) E Tipo De Material Reciclável
INE 0012771 · (2021 - 2023)
@ine.indicador_0012771
INE 0012771 · (2021 - 2023)
@ine.indicador_0012771
CREATE TABLE raw (
"periodo" BIGINT,
"geocod" VARCHAR,
"geodsg" VARCHAR,
"valor" DOUBLE,
"tipo_de_material_recicl_vel_cat_id" VARCHAR,
"tipo_de_material_recicl_vel_categ_dsg" VARCHAR,
"tipo_de_material_recicl_vel_categ_nivel" BIGINT,
"tipo_de_material_recicl_vel_categ_ord" BIGINT,
"tipo_de_material_recicl_vel_dim_num" BIGINT,
"ind_string" VARCHAR,
"sinal_conv" VARCHAR,
"sinal_conv_desc" VARCHAR
);
Anyone who has the link will be able to view this.