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/centralia/centralia.json | |
| download | TCPD-7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e.tar.gz TCPD-7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e.zip | |
Initial commit
Diffstat (limited to 'datasets/centralia/centralia.json')
| -rw-r--r-- | datasets/centralia/centralia.json | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/datasets/centralia/centralia.json b/datasets/centralia/centralia.json new file mode 100644 index 0000000..027bd53 --- /dev/null +++ b/datasets/centralia/centralia.json @@ -0,0 +1,67 @@ +{ + "name": "centralia", + "longname": "Centralia Pennsylvania Population", + "n_obs": 15, + "n_dim": 1, + "time": { + "type": "string", + "format": "%Y", + "index": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14 + ], + "raw": [ + "1870", + "1880", + "1890", + "1900", + "1910", + "1920", + "1930", + "1940", + "1950", + "1960", + "1970", + "1980", + "1990", + "2000", + "2010" + ] + }, + "series": [ + { + "label": "Population", + "type": "int", + "raw": [ + 1342, + 1886, + 2761, + 2048, + 2429, + 2336, + 2446, + 2449, + 1986, + 1435, + 1165, + 1017, + 63, + 21, + 10 + ] + } + ] +}
\ No newline at end of file |
