Baselight

World Refugee Dataset

Countries of origin and destination of refugees for the year 2022

@kaggle.madhurpant_world_refugee_dataset

Refugee Origin
@kaggle.madhurpant_world_refugee_dataset.refugee_origin

  • 4.08 KB
  • 50 rows
  • 3 columns
origin

Origin

applications_for_asylum

Applications For Asylum

per_million_inhabitants

Per Million Inhabitants

Venezuela2122257499
Afghanistan2082965064
Cuba15190813548
Ukraine1482083900
Syria1474286663
Nicaragua14649421083
Colombia812251566
Turkey68421802
Haiti622295372
Honduras511874906

CREATE TABLE refugee_origin (
  "origin" VARCHAR,
  "applications_for_asylum" BIGINT,
  "per_million_inhabitants" BIGINT
);

Share link

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