4 How the suicides rates have evolved ?

Now I want to compare for each available country in the dataset how the suicides rates have evolved during a long period of time.
I learn to make the following graph thanks to this beautiful kernel of Janio Martinez Bachmann.

country sex yr_1986 yr_2014 difference pct variation
Antigua and Barbuda female 0.00 0.00 0.00 NaN Negative
Antigua and Barbuda male 0.00 0.00 0.00 NaN Negative
Argentina female 32.01 19.48 -12.53 -39.144017 Negative
Argentina male 120.89 91.87 -29.02 -24.005294 Negative
Australia female 35.38 34.88 -0.50 -1.413228 Negative
Australia male 140.41 114.19 -26.22 -18.673884 Negative

Let’s now use ggplot to plot it.

Let me give you a simple trick to read this plot : if the red dot is located at the right then the suicide rate dropped of the distance between the red dot and blue dot. You interpret it the same for the blue. The blue dot is the suicides rate in 2014, the red the suicides rate in 1986.

We see on this graphic that th suicides rates of men are twice higher than the women’s (as shown in the x axis).

The women suicides rates in Singapour was really high in 1986 but it drops significantly in 28 years. In Korea we see the inverse (sadly).