Surplus Pop: epr and lfpr

node v0.12.18
version: 1.1.0
endpointsharetweet
var R = require("ramda") // Navigate to https://stats.oecd.org/Index.aspx?DataSetCode=LFS_SEXAGE_I_R# // Customize with... // Country: OECD Countries // Time and Frequency: 1960-2014 // Sex: All Persons // Age: 25-54 // Series: Population employment ratio // Paste into vals string below var series = { 'epr': `65.9 65.3 66.1 67.2 67.7 68.3 68.7 69.3 71.8 72.1 70.0 69.4 69.0 69.9 70.0 69.1 69.8 70.7 71.5 72.1 72.1 72.2 71.7 72.3 72.9 73.4 73.9 74.6 74.7 75.5 75.8 75.1 74.7 74.3 74.5 74.8 75.0 75.4 75.5 75.6 75.9 75.7 75.3 75.2 75.5 75.8 76.5 77.0 77.1 75.3 75.2 75.4 75.6 75.6 76.0`, 'lfpr': `68.9 69.0 69.0 69.9 70.2 70.4 70.4 71.1 73.1 73.3 71.4 71.1 70.6 71.3 71.7 71.8 72.5 73.4 74.1 74.6 75.1 75.5 76.0 77.1 77.6 78.1 78.6 79.2 78.9 79.5 79.8 79.5 79.8 79.6 79.8 79.9 79.9 80.2 80.2 80.2 80.2 80.0 80.1 80.1 80.4 80.6 80.9 81.0 81.3 81.3 81.4 81.3 81.5 81.5 81.5` } R.mapObjIndexed(R.pipe( R.nthArg(0), R.invoker(1, 'split')(/\s/) ))(series);
Loading…

no comments

    sign in to comment