aboutsummaryrefslogtreecommitdiff
path: root/datasets/debt_ireland
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-10 12:27:53 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-10 12:27:53 +0000
commit7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e (patch)
tree10aa6710599230c889ec44407a065ee303a79348 /datasets/debt_ireland
downloadTCPD-7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e.tar.gz
TCPD-7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e.zip
Initial commit
Diffstat (limited to 'datasets/debt_ireland')
-rw-r--r--datasets/debt_ireland/README.md15
-rw-r--r--datasets/debt_ireland/debt_ireland.csv23
-rw-r--r--datasets/debt_ireland/debt_ireland.json85
-rw-r--r--datasets/debt_ireland/debt_ireland.pngbin0 -> 17091 bytes
4 files changed, 123 insertions, 0 deletions
diff --git a/datasets/debt_ireland/README.md b/datasets/debt_ireland/README.md
new file mode 100644
index 0000000..ea05e01
--- /dev/null
+++ b/datasets/debt_ireland/README.md
@@ -0,0 +1,15 @@
+# Debt of Ireland
+
+Data obtained from
+[Eurostat](https://www.euro-area-statistics.org/macro-economic-indicators?cr=aut&lg=en&page=2&template=1).
+
+Specifically, the timeseries concerns the government debt ratio of Ireland for
+the period 2000-2020. Effects of the financial crisis are visible.
+
+Source: euro area statistics.
+Retrieved: 2019-03-27.
+
+The information page of the Euro Area Statistics website states that data can
+be redistributed under the condition that the source is quoted.
+
+![Plot of debt_ireland dataset](./debt_ireland.png)
diff --git a/datasets/debt_ireland/debt_ireland.csv b/datasets/debt_ireland/debt_ireland.csv
new file mode 100644
index 0000000..39202a7
--- /dev/null
+++ b/datasets/debt_ireland/debt_ireland.csv
@@ -0,0 +1,23 @@
+Statistical Data Warehouse code,AME.A.IRL.1.0.319.0.UDGGL
+Country,Ireland
+2000,36.0732199
+2001,33.2394627
+2002,30.5521068
+2003,29.9296861
+2004,28.2148891
+2005,26.0766114
+2006,23.618314
+2007,23.9083721
+2008,42.4036869
+2009,61.5433048
+2010,85.9938449
+2011,110.861647
+2012,119.8646655
+2013,119.6837014
+2014,104.1283774
+2015,76.8191392
+2016,73.4443135
+2017,68.4403541
+2018,63.8514846
+2019,61.1353388
+2020,56.0118623
diff --git a/datasets/debt_ireland/debt_ireland.json b/datasets/debt_ireland/debt_ireland.json
new file mode 100644
index 0000000..00478cb
--- /dev/null
+++ b/datasets/debt_ireland/debt_ireland.json
@@ -0,0 +1,85 @@
+{
+ "name": "debt_ireland",
+ "longname": "Debt Ireland",
+ "n_obs": 21,
+ "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
+ ],
+ "raw": [
+ "2000",
+ "2001",
+ "2002",
+ "2003",
+ "2004",
+ "2005",
+ "2006",
+ "2007",
+ "2008",
+ "2009",
+ "2010",
+ "2011",
+ "2012",
+ "2013",
+ "2014",
+ "2015",
+ "2016",
+ "2017",
+ "2018",
+ "2019",
+ "2020"
+ ]
+ },
+ "series": [
+ {
+ "label": "V1",
+ "type": "float",
+ "raw": [
+ 36.0732199,
+ 33.2394627,
+ 30.5521068,
+ 29.9296861,
+ 28.2148891,
+ 26.0766114,
+ 23.618314,
+ 23.9083721,
+ 42.4036869,
+ 61.5433048,
+ 85.9938449,
+ 110.861647,
+ 119.8646655,
+ 119.6837014,
+ 104.1283774,
+ 76.8191392,
+ 73.4443135,
+ 68.4403541,
+ 63.8514846,
+ 61.1353388,
+ 56.0118623
+ ]
+ }
+ ]
+}
diff --git a/datasets/debt_ireland/debt_ireland.png b/datasets/debt_ireland/debt_ireland.png
new file mode 100644
index 0000000..7211389
--- /dev/null
+++ b/datasets/debt_ireland/debt_ireland.png
Binary files differ