Refugee Population Statistics Database
@owid.refugee_data
@owid.refugee_data
CREATE TABLE owid_refugee_data (
"country" VARCHAR,
"year" INTEGER,
"refugees_under_unhcrs_mandate_origin" UINTEGER,
"asylum_seekers_origin" UINTEGER,
"idps_of_concern_to_unhcr_origin" UINTEGER,
"other_people_in_need_of_international_protection_origin" UINTEGER,
"stateless_persons_origin" UINTEGER,
"host_community_origin" UINTEGER,
"others_of_concern_origin" UINTEGER,
"refugees_under_unhcrs_mandate_asylum" UINTEGER,
"asylum_seekers_asylum" UINTEGER,
"other_people_in_need_of_international_protection_asylum" UINTEGER,
"stateless_persons_asylum" UINTEGER,
"host_community_asylum" UINTEGER,
"others_of_concern_asylum" UINTEGER,
"returned_refugees_origin" UINTEGER,
"returned_idpss_origin" UINTEGER,
"resettlement_arrivals_origin" UINTEGER,
"naturalisation_origin" UINTEGER,
"returned_refugees_dest" UINTEGER,
"resettlement_arrivals_dest" UINTEGER,
"naturalisation_dest" UINTEGER,
"refugees_per_1000_pop_origin" FLOAT,
"refugees_per_1000_pop_asylum" FLOAT,
"refugees_per_100k_pop_origin" FLOAT,
"refugees_per_100k_pop_asylum" FLOAT,
"asylum_seekers_per_100k_pop_origin" FLOAT,
"asylum_seekers_per_100k_pop_asylum" FLOAT,
"resettlement_per_100k_origin" FLOAT,
"resettlement_per_100k_dest" FLOAT,
"returned_idpss_origin_per_1000" FLOAT,
"stateless_persons_origin_per_100k" INTEGER,
"stateless_persons_asylum_per_100k" FLOAT,
"refugees_origin_5y_avg" FLOAT,
"refugees_origin_5y_avg_per_1000_pop" FLOAT,
"refugees_asylum_5y_avg" FLOAT,
"refugees_asylum_5y_avg_per_1000_pop" FLOAT,
"asylum_seekers_origin_5y_avg" FLOAT,
"asylum_seekers_origin_5y_avg_per_100k_pop" FLOAT,
"asylum_seekers_asylum_5y_avg" FLOAT,
"asylum_seekers_asylum_5y_avg_per_100k_pop" FLOAT,
"resettlement_origin_5y_avg" FLOAT,
"resettlement_origin_5y_avg_per_100k_pop" FLOAT,
"resettlement_dest_5y_avg" FLOAT,
"resettlement_dest_5y_avg_per_100k_pop" FLOAT
);
Anyone who has the link will be able to view this.