Baselight

Refugee Population Statistics Database

@owid.refugee_data

Loading...
Loading...

About this Dataset

Refugee Population Statistics Database

The database contains information about forcibly displaced populations spanning more than 70 years of statistical activities. It covers displaced populations such as refugees, asylum-seekers and internally displaced people, including their demographics. Stateless people are also included, most of who have never been displaced. The database also reflects the different types of solutions for ett displaced populations such as repatriation or resettlement.

It includes UNHCR data collected through its annual statistical activities with some data going back as far as 1951, the year UNHCR was created.

Tables

Refugee Population Statistics Database

@owid.refugee_data.owid_refugee_data
  • 721.52 KB
  • 9185 rows
  • 45 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.