{ "cells": [ { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## Example: EU indicators data\n", "\n", "We will consider data on economic indicators for EU countries from [Greenacre (2012)](http://onlinelibrary.wiley.com/doi/10.1002/wics.1200/abstract). The variables correspond to: CPI, consumer price index (index = 100 in 2005); UNE, unemployment rate in 15–64 age group; INP, industrial production (index = 100 in 2005); BOP,\n", "balance of payments; PRC, private final consumption expenditure; UN_perc, annual change in unemployment rate." ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": false, "scrolled": true, "slideshow": { "slide_type": "subslide" } }, "outputs": [ { "data": { "text/html": [ "
Countries | abbr | CPI | UNE | INP | BOP | PRC | UN_perc |
---|---|---|---|---|---|---|---|
Belgium | BE | 116.03 | 4.77 | 125.59 | 908.6 | 6716.5 | -1.6 |
Bulgaria | BG | 141.20 | 7.31 | 102.39 | 27.8 | 1094.7 | 3.5 |
CzechRep. | CZ | 116.20 | 4.88 | 119.01 | -277.9 | 2616.4 | -0.6 |
Denmark | DK | 114.20 | 6.03 | 88.20 | 1156.4 | 7992.4 | 0.5 |
Germany | DE | 111.60 | 4.63 | 111.30 | 499.4 | 6774.6 | -1.3 |
Estonia | EE | 135.08 | 9.71 | 111.50 | 153.4 | 2194.1 | -7.7 |