Migration From Mexico To USA Data
Migration information from 2000
@kaggle.arturogranados_migration_from_mexico_to_usa_data
Migration information from 2000
@kaggle.arturogranados_migration_from_mexico_to_usa_data
Immigration is one of the main problems faced by some countries, in this case for Mexico it is important to understand sociodemographic data, for this reason, Immigration is one of the main problems faced by some countries, in this case for Mexico it is important to understand sociodemographic data, for this reason the following data are provided from the official open data portal of Mexico.
CREATE TABLE migration_intensity_index (
"fe_id" BIGINT,
"mun_id" BIGINT,
"mun_name" VARCHAR,
"tot_huo" BIGINT,
"hou_rem" DOUBLE,
"hou_rem_last_5_years" DOUBLE,
"hou_cir" DOUBLE,
"hou_ret" DOUBLE,
"iim_2000" DOUBLE,
"gim_2000" VARCHAR
);
Anyone who has the link will be able to view this.