GetWorldBankIndicatorListOfSameSource

World Bank 는 다양한 출처 (source) 에서 데이터를 모아 제공하고 있습니다. 본 API 함수는 선택된 경제 지표와 동일한 출처에서 수집된 다른 데이터 항목들의 목록을 보여줍니다.

Function specification

GetWorldBankIndicatorListOfSameSource(entity_ids)

Parameters

Parameter

Type

Description

entity_ids

string or

list of string

조회하고자 하는 경제 지표의 entity id 를 명시합니다.

Examples

> GetWorldBankIndicatorListOfSameSource("WB:EN.ATM.CO2E.PC-KOR")

...

                                       indicator_name               source_name
source_id indicator_id
2         AG.AGR.TRAC.NO     Agricultural machiner...  World Development Ind...
          AG.CON.FERT.PT.ZS  Fertilizer consumptio...  World Development Ind...
          AG.CON.FERT.ZS     Fertilizer consumptio...  World Development Ind...
          AG.LND.AGRI.K2     Agricultural land (sq...  World Development Ind...
          AG.LND.AGRI.ZS     Agricultural land (% ...  World Development Ind...
...                                               ...                       ...
          VC.IDP.TOCV        Internally displaced ...  World Development Ind...
          VC.IHR.PSRC.FE.P5  Intentional homicides...  World Development Ind...
          VC.IHR.PSRC.MA.P5  Intentional homicides...  World Development Ind...
          VC.IHR.PSRC.P5     Intentional homicides...  World Development Ind...
          VC.PKP.TOTL.UN     Presence of peace kee...  World Development Ind...

Last updated