tgherzog / wbgapi

Python module that makes using the World Bank's API a lot easier and more intuitive.
MIT License
140 stars 31 forks source link

wb.economy.coder('turkey') is not working #25

Closed Fisher-Yu-FT closed 2 years ago

Fisher-Yu-FT commented 2 years ago

print(wb.economy.coder('turkey')) None

print(wb.economy.coder('china')) CHN

print(wb.economy.coder('hong kong')) HKG

tgherzog commented 2 years ago

Thanks for flagging this. Update to 1.0.11 please, which supports both "Turkey" and the new official name "Turkiye"

Fisher-Yu-FT commented 2 years ago

Thanks a bunch!