Open
Description
It would be nice if we could pass an option to wb.download country to exclude aggregates. When using 'all' I'm also getting aggregates data like 'Word' and 'Euro area'.
wb.get_countries()['region'].unique()
array(['Latin America & Caribbean ', 'South Asia', 'Aggregates',
'Sub-Saharan Africa ', 'Europe & Central Asia',
'Middle East & North Africa', 'East Asia & Pacific',
'North America'], dtype=object)
Or pease let me know if this is already implemented. I took a loot at https://github.com/pydata/pandas-datareader/blob/master/pandas_datareader/wb.py but coudn't find it.
Metadata
Metadata
Assignees
Labels
No labels