aboutsummaryrefslogtreecommitdiff
path: root/datasets/gdp_croatia/README.md
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/gdp_croatia/README.md
downloadTCPD-7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e.tar.gz
TCPD-7c6c2e09e3ad1d41f26869cb7b9f9882175c8a6e.zip
Initial commit
Diffstat (limited to 'datasets/gdp_croatia/README.md')
-rw-r--r--datasets/gdp_croatia/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/datasets/gdp_croatia/README.md b/datasets/gdp_croatia/README.md
new file mode 100644
index 0000000..4b42454
--- /dev/null
+++ b/datasets/gdp_croatia/README.md
@@ -0,0 +1,16 @@
+# GDP Croatia in constant LCU
+
+Apparent change point around the financial crisis. Obtained from the [World
+Bank](https://data.worldbank.org/indicator/NY.GDP.MKTP.KN?end=2018&locations=HR&start=1995).
+
+The dataset is licensed under the CC-BY 4.0 license. Data retrieved from the
+World Bank on 2019-08-28. No modifications to the original data file
+(``API_NY.GDP.MKTP.KN_DS2_en_csv_v2_126181.csv``) have been made.
+
+To retrieve the ``gdp_croatia.json`` file from the csv file, simply run:
+
+```
+$ python convert.py ./API_NY.GDP.MKTP.KN_DS2_en_csv_v2_126181.csv ./gdp_croatia.json
+```
+
+![Plot of gdp_croatia dataset](./gdp_croatia.png)