Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FSBasicTemplate Broken #44

Open
leolorenzoluis opened this issue Jul 11, 2016 · 0 comments
Open

FSBasicTemplate Broken #44

leolorenzoluis opened this issue Jul 11, 2016 · 0 comments

Comments

@leolorenzoluis
Copy link

leolorenzoluis commented Jul 11, 2016

When creating a basic fs lab project, the School enrollment, tertiary (% gross) no longer exist in the latest World Bank DataContext

// Use Deedle to get time-series with school enrollment data
let czschool = series cz.``School enrollment, tertiary (% gross)``
let euschool = series eu.``School enrollment, tertiary (% gross)``

A working example was provided by Tomas by changing it to

let czschool = series cz.``Gross enrolment ratio, tertiary, both sexes (%)``
let euschool = series eu.``Gross enrolment ratio, tertiary, both sexes (%)``

// Get 5 years with the largest difference between EU and CZ
abs (czschool - euschool)
|> Series.sort
|> Series.rev
|> Series.take 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant