World Bank GEM

World Bank Global Economic Monitor data

sources: https://worldbank.org

class plutoPy.model.WorldBank.Meta(**kwargs)

Bases: sqlalchemy.ext.declarative.api.Base, plutoPy.model.Db.StockVizUs

Query to find the country and indicator id’s of the Global Economic Monitor data published by the World Bank

COUNTRY_ID
COUNTRY_KEY

COUNTRY_KEY and INDICATOR_KEY uniquely identify a time-series

COUNTRY_NAME
END_YEAR

ending year from which time-series is available

INDICATOR_ID
INDICATOR_KEY

COUNTRY_KEY and INDICATOR_KEY uniquely identify a time-series

INDICATOR_NAME
START_YEAR

starting year from which time-series is available

class plutoPy.model.WorldBank.TimeSeries(**kwargs)

Bases: sqlalchemy.ext.declarative.api.Base, plutoPy.model.Db.StockVizUs

Query the Global Economic Monitor data published by the World Bank

COUNTRY_KEY

COUNTRY_KEY and INDICATOR_KEY uniquely identifies the time-series

INDICATOR_KEY

COUNTRY_KEY and INDICATOR_KEY uniquely identifies the time-series

VALUE
YEAR