class: center, middle, inverse, title-slide # Trading Analysis in Turkey ## Rsızlar ### Mef University ### 2020/12/30 --- class: inverse, center, middle # Table of Contents .pull-left[ * Our Goals * About Trading Data Set * Data Preprocess * Line Graph ] .pull-right[ * Mapping * Reporting Part * Thanks for Listening ] --- class: inverse, center, middle # Goals Our goal is to achieve logical results by using monthly import and export data between 2013 and 2020 by visualizing and analyzing their distribution by cities for Turkey. In addition, we aimed to reach the balance between export and import figures. --- class: inverse, center, middle # About Trading Data Set .left[ We have 7 different variables in our main data set: * `Year`: Trading Year. * `Month`: Trading Month. * `City`: City Name. * `TradingType`: Type of the Trading. Export or Import. * `AmountUSD`: Trading amount in USD. * `AmountEUR`: Trading amount in EUR. * `AmountTL`: Trading amount in TL. ] --- class: inverse, center, middle # Data Preprocess .left[ * RData file was created for Trading, Population, Coordinates, Geospatial and Region data. * Year and Month variables converted to a valid date format by merging and translating. * City variables cleaned by separating string from City Codes. * All Turkish characters are converted into English characters. * Geospatial dataframe's city variable converted into English characters. ] --- class: inverse, center, middle # Line Graph When we visualized the import and export figures by months of the last two years, we observed that the difference was at least in November 2018 and at most in August 2020. While the period with the highest import figures is September 2020, the period with the highest export figures is May 2019. --- class: inverse, center, middle
--- class: inverse, center, middle # Mapping We used the map method in order to examine the Import and Export figures according to the provinces in more detail. In this way, by clicking on the cities, you can better understand the distribution between Export and Import over the years and access its details. --- class: inverse, center, middle
--- class: inverse, top, top
--- class: inverse, center, middle # Reporting Parts When we examined the Import and Export figures by years, we observed that the Marmara region is at the highest level every year. --- class: center, middle
Above table gives 2019 Trading figures sorted by Export amount per Person for each city. First 5 cities have huge industry operations and their Export metrics are better than other cities. --- class: center, middle
Above table gives 2019 Trading figures sorted by Import amount per Person for each city. Cities in the first five rows changed. Karabük and Çorum took their places here. Due to the low population Import per Person metric seems to be high. --- class: center, middle
Above table gives 2019 Trading figures sorted by Balance amount per Person for each city. Cities with low population have higher Balance per Person value. Some of these cities have bigger industry operations than their population size. --- class: inverse, center, middle # Thanks for Listening