I tried the following
library(readr)
Puta_Vida <- read_csv("Puta Vida.csv", na = "0")
View(Puta_Vida)
library(ggplot2)
library(dplyr)
ggplot(Puta_Vida, aes(x=Puta_Vida$Year,y=Puta_Vida$Excess, fill=Puta_Vida$Country))+
geom_area()
However I cannot manage to get a proper stacked area graph
my data is like this: