Turkey Migration Map

R_boys

23 December 2018

Datasets Used & Objectives

Datasets

Objectives

Structure of Data

Cleaned and reshaped versions of dataset we used for our project can be seen below:

Migration Between Birth Places and Province of Living for 2014 - 2017 (TUIK)

str(clean_data)
## 'data.frame':    26892 obs. of  4 variables:
##  $ Year       : Date, format: "2014-01-01" "2014-01-01" ...
##  $ Destination: chr  "Adana" "Adana" "Adana" "Adana" ...
##  $ Birth_Place: chr  "Adana" "Adiyaman" "Afyonkarahisar" "Agri" ...
##  $ People     : int  20638 1009 84 184 63 868 325 39 106 80 ...

Breakdown of Population by Birth Places for each Turkish City as of 2016 (TUIK)

str(pop_data)
## 'data.frame':    6723 obs. of  3 variables:
##  $ Province   : chr  "Adana" "Adiyaman" "Afyonkarahisar" "Agri" ...
##  $ Birth_Place: chr  "Adana" "Adana" "Adana" "Adana" ...
##  $ People     : num  1568874 4023 1579 1163 2319 ...

Impact of Migration on Current Population (1/2)

Impact of Migration on Current Population (2/2)

Geographical Distribution of Migration to Istanbul and Ankara (1/2)

Geographical Distribution of Migration to Istanbul and Ankara (2/2)

Regional Relations of Migration

Current Breakdown of Population for Istanbul as of 2017

Comparison Between Population With and Without Migration

Key Findings

Thank you very much for sharing our analysis on Turkey domestic migration distribution

Our full report can be found on our github page : https://mef-bda503.github.io/gpj18-r_boys/

References

http://www.tuik.gov.tr/PreTablo.do?alt_id=1067

http://www.tuik.gov.tr/PreTablo.do?alt_id=1059

https://gadm.org/download_country_v3.html

http://r-statistics.co/ggplot2-Tutorial-With-R.html

https://github.com/sercandogan

https://www.jessesadler.com/post/network-analysis-with-r/