@andresrcs what a great package this datapasta, I wasn't aware of it. Here are 2 of my CSV
structure(list(Month = c("2016-01-01", "2016-02-01", "2016-03-01",
"2016-04-01", "2016-05-01", "2016-10-01", "2016-11-01", "2016-12-01"
), Residential = c(24.60058, 29.55965, 28.32609, 37.65701, 25.14384,
31.46176, 27.46613, 35.13766), Residential.Informal = c(36.63504,
33.65881, 33.90984, 32.07269, 30.23018, 35.01135, 34.83798, 36.4656
), Non.Residential = c(69.93954, 71.60853, 78.92461, 79.95062,
80.70823, 82.10297, 93.07622, 102.25243)), class = "data.frame", row.names = c(NA,
-8L))
structure(list(Month = c("2016-01-01", "2016-02-01", "2016-03-01",
"2016-04-01", "2016-05-01", "2016-10-01", "2016-11-01", "2016-12-01"
), Residential = c(29.6179, 32.18668, 28.8618, 37.98332, 29.43785,
34.32784, 27.4716, 35.22018), Residential.Informal = c(19.04347,
18.62447, 20.88858, 22.52886, 18.85139, 26.48309, 17.56881, 24.01665
), Non.Residential = c(15.26528, 19.11492, 20.5713, 20.26328,
14.01063, 18.32237, 17.58561, 15.1267)), class = "data.frame", row.names = c(NA,
-8L))