Global Missing Migrants Dataset
Understanding Missing Migrants and Their Tragic Journeys
@kaggle.nelgiriyewithana_global_missing_migrants_dataset
Understanding Missing Migrants and Their Tragic Journeys
@kaggle.nelgiriyewithana_global_missing_migrants_dataset
This dataset provides a comprehensive record of missing migrants and their tragic journeys towards international destinations , collected by the Missing Migrants Project, an initiative implemented by the International Organization for Migration (IOM) since 2014. The dataset documents deaths and disappearances, shedding light on the challenges migrants face during their journeys. Please note that due to the complexities of data collection, the figures presented are likely an undercount. The dataset serves as a tribute to the individuals who lost their lives, as well as the families and communities impacted by their absence.
- Incident Type: Type of migration incident
- Migration Patterns Analysis: Explore trends and patterns in migration incidents to understand the most affected regions and routes.
If you find this dataset valuable, your support through votes is highly appreciated! ❤️
Thank you 🙂
CREATE TABLE global_missing_migrants_dataset (
"incident_type" VARCHAR,
"incident_year" BIGINT,
"reported_month" VARCHAR,
"region_of_origin" VARCHAR,
"region_of_incident" VARCHAR,
"country_of_origin" VARCHAR,
"number_of_dead" DOUBLE,
"minimum_estimated_number_of_missing" BIGINT,
"total_number_of_dead_and_missing" BIGINT,
"number_of_survivors" BIGINT,
"number_of_females" BIGINT,
"number_of_males" BIGINT,
"number_of_children" BIGINT,
"cause_of_death" VARCHAR,
"migration_route" VARCHAR,
"location_of_death" VARCHAR,
"information_source" VARCHAR,
"coordinates" VARCHAR,
"unsd_geographical_grouping" VARCHAR
);Anyone who has the link will be able to view this.