OliverSherouse / wbdata

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

get_dataframe documentation refers to absent pandas argument #27

Closed MaxGhenis closed 5 years ago

MaxGhenis commented 5 years ago

The documentation for get_dataframe's keep_levels argument refers to "if...pandas is True" but there's no pandas argument in the function.

image

https://github.com/OliverSherouse/wbdata/blob/0541f6da9d1d867ce58badfb96d6648c754fe2aa/wbdata/api.py#L394-L395

OliverSherouse commented 5 years ago

Fixed in Dev.