aboutsummaryrefslogtreecommitdiff
path: root/datasets/centralia/centralia.json
diff options
context:
space:
mode:
Diffstat (limited to 'datasets/centralia/centralia.json')
-rw-r--r--datasets/centralia/centralia.json67
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