diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-10 12:27:53 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-10 12:27:53 +0000 |
| commit | 7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e (patch) | |
| tree | 10aa6710599230c889ec44407a065ee303a79348 /datasets/gdp_japan/gdp_japan.json | |
| download | TCPD-7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e.tar.gz TCPD-7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e.zip | |
Initial commit
Diffstat (limited to 'datasets/gdp_japan/gdp_japan.json')
| -rw-r--r-- | datasets/gdp_japan/gdp_japan.json | 196 |
1 files changed, 196 insertions, 0 deletions
diff --git a/datasets/gdp_japan/gdp_japan.json b/datasets/gdp_japan/gdp_japan.json new file mode 100644 index 0000000..f3c5517 --- /dev/null +++ b/datasets/gdp_japan/gdp_japan.json @@ -0,0 +1,196 @@ +{ + "name": "gdp_japan", + "longname": "GDP Japan", + "n_obs": 58, + "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 + ], + "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" + ] + }, + "series": [ + { + "label": "V1", + "type": "float", + "raw": [ + 15950643462144, + 19263102386176, + 21860286726144, + 25019327447040, + 29429642297344, + 32742100172800, + 38026105323520, + 44561476878336, + 52776386166784, + 61993511813120, + 76539307651500, + 84215883490900, + 96418343539100, + 117397596102100, + 140090360740400, + 154787118329600, + 173827764691400, + 193706278803100, + 213306268936200, + 231195355873400, + 250636100000000, + 268830700000000, + 282582000000000, + 295303900000000, + 313145300000000, + 333686000000000, + 350344800000000, + 366339100000000, + 393641400000000, + 421469400000000, + 453608500000000, + 482845400000000, + 495055800000000, + 495291000000000, + 501537700000000, + 512541700000000, + 525806900000000, + 534142500000000, + 527876900000000, + 519651800000000, + 526706000000000, + 523005000000000, + 515986200000000, + 515400700000000, + 520965400000000, + 524132800000000, + 526879700000000, + 531688200000000, + 520715700000000, + 489501000000000, + 500353900000000, + 491408500000000, + 494957200000000, + 503175600000000, + 513876000000000, + 531985800000000, + 538445800000000, + 546488800000000 + ] + } + ] +} |
