Veículos Novos Vendidos Por 1000 Habitantes (N.º) Por Local De Residência (NUTS - 2024) E Tipo De Veículo
INE 0013171 · (2021 - 2024)
@ine.indicador_0013171
INE 0013171 · (2021 - 2024)
@ine.indicador_0013171
CREATE TABLE raw (
"periodo" BIGINT,
"geocod" VARCHAR,
"geodsg" VARCHAR,
"valor" DOUBLE,
"tipo_de_ve_culo_cat_id" VARCHAR,
"tipo_de_ve_culo_categ_dsg" VARCHAR,
"tipo_de_ve_culo_categ_nivel" BIGINT,
"tipo_de_ve_culo_categ_ord" BIGINT,
"tipo_de_ve_culo_dim_num" BIGINT,
"ind_string" BIGINT
);
Anyone who has the link will be able to view this.