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
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.