-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
[WIP] Creating UK demographics.py file #3
Conversation
@jpycroft . Will you please do the following on your
Contact me if you run into any problems or have any questions. Once you do this, I can pull your branch and submit my PR to your branch. |
@jpycroft. I was able to successfully able to merge your current branch
Now I should be able to submit my PR to your branch. I am going to try to have that done in the next hour. |
@rickecon |
…slice from a DataFrame
…imm data in future
…rns, over 90s, smoothing
Hi @jdebacker @rickecon, To update you on my work on the demographics file. The method for downloading Eurostat data no longer works. I've spent the morning investigating, and even the tests for the get_sdmx_data_df commands listed in the Eurostat Python Package no longer work either. Other parts of the package do work, like get_data_df, and it looks like I'll have to rewrite the code to use those instead. For the record, running the example given for Eurostat Python Package:
now gives the following output, which suggests that the data does not exist (I've tried numerous DSD's that did previously work):
Whereas using get_data_df:
does work fine:
|
The pull request has been replaced by #36 |
Updating demog_uk PR branch
This creates a UK demographics.py file.
cc: @jdebacker @rickecon