Immigration data analysis

Why analyse immigration?

Immigration including refugee has become hot topics during these years. So the curiosity pushes me to study this area in more detail.


Data source

The dataset is come from the United Nations. Datalink


The database includes data from about 230 countries for the period 1990-2017


There are three datasets



Data cleaning

  1. Select the datasheets which will use in the data analysis. and put them together in one Excel file (using excel)
  2. Replaced special punctuation " . ." and missing value by "0"
  3. data_cleaning

  4. Remove irrelevant data for analyzing. Set index and modify data type
  5. data_cleaning2