-
Notifications
You must be signed in to change notification settings - Fork 112
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
World bank IDS download script #1065
base: master
Are you sure you want to change the base?
Conversation
# limitations under the License. | ||
|
||
import os | ||
import logging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
User absl module to logging like "from absl import logging"
end_year = datetime.date.today().year + 5 | ||
|
||
# Itterating each list to download the respective data. | ||
for idx, indicator in enumerate(indicator_list): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add try catch block and log error if any.
- Log once each indicator data load success to get to know the status.
@@ -0,0 +1 @@ | |||
bblocks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please include with version like bblocks==1.4.0
Created a download script to download the data for WorldBank International Debt Statistics.
Added Readme files for world bank IDS under statvar_imports