diff options
Diffstat (limited to 'datasets/gdp_argentina/gdp_argentina.json')
| -rw-r--r-- | datasets/gdp_argentina/gdp_argentina.json | 199 |
1 files changed, 199 insertions, 0 deletions
diff --git a/datasets/gdp_argentina/gdp_argentina.json b/datasets/gdp_argentina/gdp_argentina.json new file mode 100644 index 0000000..d6a7cc6 --- /dev/null +++ b/datasets/gdp_argentina/gdp_argentina.json @@ -0,0 +1,199 @@ +{ + "name": "gdp_argentina", + "longname": "GDP Argentina", + "n_obs": 59, + "n_dim": 1, + "time": { + "type": "string", + "format": "%Y", + "index": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58 + ], + "raw": [ + "1960", + "1961", + "1962", + "1963", + "1964", + "1965", + "1966", + "1967", + "1968", + "1969", + "1970", + "1971", + "1972", + "1973", + "1974", + "1975", + "1976", + "1977", + "1978", + "1979", + "1980", + "1981", + "1982", + "1983", + "1984", + "1985", + "1986", + "1987", + "1988", + "1989", + "1990", + "1991", + "1992", + "1993", + "1994", + "1995", + "1996", + "1997", + "1998", + "1999", + "2000", + "2001", + "2002", + "2003", + "2004", + "2005", + "2006", + "2007", + "2008", + "2009", + "2010", + "2011", + "2012", + "2013", + "2014", + "2015", + "2016", + "2017", + "2018" + ] + }, + "series": [ + { + "label": "GDP (constant LCU)", + "type": "float", + "raw": [ + 182932009386.44, + 192861271432.271, + 191218051889.207, + 181067821327.096, + 199410530596.604, + 220487093701.636, + 219032482639.5, + 226023992089.437, + 236924000874.523, + 259857121158.53, + 267771442208.049, + 282922301411.503, + 287529454895.857, + 295614075962.835, + 311972780690.209, + 311884142663.154, + 305589536223.584, + 326779566190.307, + 312054471108.779, + 343955061571.789, + 349178995840.106, + 331057342234.647, + 328621888566.258, + 342913961037.103, + 348300243338.463, + 330226858893.014, + 350546962683.162, + 360028798197.3, + 356104724285.913, + 330618488447.736, + 322461423553.512, + 351912181900.0, + 379844477800.0, + 411018234600.0, + 435006083700.0, + 422629248800.0, + 445986656500.0, + 482160842800.0, + 500724897600.0, + 483773071300.0, + 479956106900.0, + 458795611600.0, + 408812193300.0, + 444939093600.0, + 485115195200.0, + 528055942500.0, + 570549404200.0, + 621942502600.0, + 647176159700.0, + 608872876400.0, + 670523679400.0, + 710781597200.0, + 703485989500.0, + 720407105300.0, + 702306046000.0, + 721487146600.0, + 706477848600.0, + 725330848500.0, + 707091754400.0 + ] + } + ] +}
\ No newline at end of file |
