> For the complete documentation index, see [llms.txt](https://help.deepsearch.com/dp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.deepsearch.com/dp/api/func/economy/oecd/getoecddatasetannotations.md).

# GetOecdDatasetAnnotations

### Function specification

```
GetOecdDatasetAnnotations(entity_ids)
```

OECD entity\_id 는 "OECD:xxx.yyy.zzz" 과 같은 형태로 여러 코드가 dot (.) 으로 묶여있는 형태로 이루어져 있는데, 이 때 "OECD:" prefix 바로 뒤에 붙어 있는 "xxx" 가 바로 dataset 의 ID 를 나타냅니다.

### Parameters

| Parameter   | Type                                  | Description                        |
| ----------- | ------------------------------------- | ---------------------------------- |
| entity\_ids | <p>string or</p><p>list of string</p> | 조회하고자 하는 경제 지표의 entity id 를 명시합니다. |

###

### Examples

```
>>> GetOecdDatasetAnnotations("OECD:AEA.HRV.ACG.O.TSO2")

...

                        dataset_name             database_name   classification       dataset_description                       url      database_description
dataset_id
AEA         Air and greenhouse ga...  OECD Environment Stat...  Air and climate  Air Emission Accounts...  https://www.oecd-ilib...  The OECD Environmenta...
```
