Edifícios (N.º) Por Localização Geográfica À Data Dos Censos [2021] (NUTS - 2024), Dimensão De Pisos, Tipo De Utilização E Escalão De Dimensão De Alojamentos
INE 0012576 · (2021 - 2021)
@ine.indicador_0012576
INE 0012576 · (2021 - 2021)
@ine.indicador_0012576
CREATE TABLE raw (
"periodo" BIGINT,
"geocod" VARCHAR,
"geodsg" VARCHAR,
"valor" BIGINT,
"dimens_o_de_pisos_cat_id" VARCHAR,
"dimens_o_de_pisos_categ_dsg" VARCHAR,
"dimens_o_de_pisos_categ_nivel" BIGINT,
"dimens_o_de_pisos_categ_ord" BIGINT,
"dimens_o_de_pisos_dim_num" BIGINT,
"escal_o_de_dimens_o_de_alojamentos_cat_id" VARCHAR,
"escal_o_de_dimens_o_de_alojamentos_categ_dsg" VARCHAR,
"escal_o_de_dimens_o_de_alojamentos_categ_nivel" BIGINT,
"escal_o_de_dimens_o_de_alojamentos_categ_ord" BIGINT,
"escal_o_de_dimens_o_de_alojamentos_dim_num" BIGINT,
"tipo_de_utiliza_o_cat_id" VARCHAR,
"tipo_de_utiliza_o_categ_dsg" VARCHAR,
"tipo_de_utiliza_o_categ_nivel" BIGINT,
"tipo_de_utiliza_o_categ_ord" BIGINT,
"tipo_de_utiliza_o_dim_num" BIGINT,
"ind_string" VARCHAR
);
Anyone who has the link will be able to view this.