You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nbclient.exceptions.CellExecutionError: Anerroroccurredwhileexecutingthefollowingcell:
------------------# get gdp and gdp per capita for all regions and countries in 2021variable_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.
The text was updated successfully, but these errors were encountered:
The code cell
keeps timing out. Perhaps we need to bring this dataset in-house.
The text was updated successfully, but these errors were encountered: