@@ -82,8 +82,11 @@ The SDG observations were retrieved from the United Nations [SDG API ](https://u
...
@@ -82,8 +82,11 @@ The SDG observations were retrieved from the United Nations [SDG API ](https://u
First of all, we import the library requests, through which the time series data are retrieved from the UN API.
First of all, we import the library requests, through which the time series data are retrieved from the UN API.
```python
```python
importrequests
importaiohttp
frompy2neoimportGraph,NodeMatcher
importasyncio
importtime
importnest_asyncio
nest_asyncio.apply()
```
```
Based on the below functions we create python dictionaries, where the keys are the attributes and the dimensions codes and the values are the description of them.
Based on the below functions we create python dictionaries, where the keys are the attributes and the dimensions codes and the values are the description of them.