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

[heavy_tails] World Bank Data retrieval Unreliable #547

Open
mmcky opened this issue Aug 12, 2024 · 0 comments
Open

[heavy_tails] World Bank Data retrieval Unreliable #547

mmcky opened this issue Aug 12, 2024 · 0 comments

Comments

@mmcky
Copy link
Contributor

mmcky commented Aug 12, 2024

The code cell

nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell:
------------------
# get gdp and gdp per capita for all regions and countries in 2021

variable_code = ['NY.GDP.MKTP.CD', 'NY.GDP.PCAP.CD']
variable_names = ['GDP', 'GDP per capita']

df_gdp1 = extract_wb(varlist=variable_code, 
                     c="all_countries", 
                     s="2021", 
                     e="2021", 
                     varnames=variable_names)
df_gdp1.dropna(inplace=True)
------------------

keeps timing out. Perhaps we need to bring this dataset in-house.

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