Skip to content

MAINT: remove dependency on pandas_datareader #15

@mmcky

Description

@mmcky

This line in data.py is causing a FutureWarning

    gdp_df = wb.download(indicator=varlist, country=c, start=s, end=e)

which is from pandas_datareader.

This package is now old and I would consider unmaintained so we should migrate this code to use wbgapi

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions