OliverSherouse / wbdata

A python library for accessing world bank data
GNU General Public License v2.0
182 stars 55 forks source link

how to get indicator by topic #14

Closed andreaschandra closed 6 years ago

andreaschandra commented 6 years ago

Hi there, how to get indicator list by topic for example indicators for economy and growth? i don't see any function to do that. thanks

OliverSherouse commented 6 years ago

get_indicators takes a topic argument; you need to find the topic id you're interested in (use get_topic to find the one you want).