QueryWorldBankSeriesInfo

선택된 World Bank 경제 지표의 상세 정보를 조회합니다. World Bank 에서 수집한 경제 지표의 symbol 은 "WB:" 라는 prefix 로 시작합니다.

Function specification

QueryWorldBankSeriesInfo(entity_ids)

Parameters

Parameter

Type

Description

entity_ids

string or

list of string

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

Examples

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

...

                         indicator_id country_id            indicator_name  source_id               source_name unit                source_org               source_note country_name capital_city
entity_id
WB:EN.ATM.CO2E.PC-KOR  EN.ATM.CO2E.PC        KOR  CO2 emissions (metric...          2  World Development Ind...       Carbon Dioxide Inform...  Carbon dioxide emissi...  Korea, Rep.        Seoul
> QueryWorldBankSeriesInfo(["WB:EN.ATM.CO2E.PC-KOR", "AG.LND.TOTL.K2-JPN", "EN.POP.DNST"])

...

                         indicator_id country_id            indicator_name  source_id               source_name unit                source_org               source_note country_name capital_city
entity_id
WB:AG.LND.TOTL.K2-JPN  AG.LND.TOTL.K2        JPN        Land area (sq. km)          2  World Development Ind...       Food and Agriculture ...  Land area is a countr...        Japan        Tokyo
WB:EN.POP.DNST            EN.POP.DNST       <NA>  Population density (p...          2  World Development Ind...       Food and Agriculture ...  Population density is...         <NA>         <NA>
WB:EN.ATM.CO2E.PC-KOR  EN.ATM.CO2E.PC        KOR  CO2 emissions (metric...          2  World Development Ind...       Carbon Dioxide Inform...  Carbon dioxide emissi...  Korea, Rep.        Seoul

Last updated