R_boys
23 December 2018
Cleaned and reshaped versions of dataset we used for our project can be seen below:
## '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 ...
## '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 ...
Domestic migration has stabilized around ~ 2.7 million people between 2014 and 2017
Marmara Region is the net receiver while Black Sea and Eastern Anatolia are a major migrant-sending regions
Tokat, Ordu and Van are top 3 cities where total population migrated to Istanbul born in (between 2014 - 2017)
Population’s current breakdown of the hometown is one of the main driver behind the distribution of the birth place among the people involved in the domestic migration
Our full report can be found on our github page : https://mef-bda503.github.io/gpj18-r_boys/
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