Child Migration
@owid.child_migration
@owid.child_migration
CREATE TABLE owid_child_migration (
"country" VARCHAR,
"year" INTEGER,
"idps_under_18_conflict_violence" UINTEGER,
"idps_under_18_disaster" UINTEGER,
"idps_under_18_total" UINTEGER,
"international_migrants_under_18_dest" UINTEGER,
"new_idps_under_18_conflict_violence" UINTEGER,
"new_idps_under_18_disaster" UINTEGER,
"new_idps_under_18_total" UINTEGER,
"refugees_under_18_asylum" UINTEGER,
"refugees_under_18_origin" UINTEGER,
"refugees_under_18_unrwa_asylum" UINTEGER,
"refugees_under_18_asylum_per_1000" FLOAT,
"refugees_under_18_origin_per_1000" FLOAT,
"migrants_under_18_dest_per_1000" FLOAT,
"idps_under_18_total_per_1000" FLOAT,
"new_idps_under_18_total_per_1000" FLOAT,
"idps_under_18_conflict_violence_per_1000" FLOAT,
"idps_under_18_disaster_per_1000" FLOAT,
"new_idps_under_18_conflict_violence_per_1000" FLOAT,
"new_idps_under_18_disaster_per_1000" FLOAT
);
Anyone who has the link will be able to view this.