-
Hi,
In SDMX 2.1 the default for `isMultiLingual` XML attribute was `true` but it was only used by Metadata attributes.
In SDMX 3.0.0 it continues to default to `true` in XML, but now it is also …
-
Hi,
I would like to know if there is a method to write a **Structure Specific Data SDMX-ML 2.1** with sdmx package.
```
>>> sdmx.format.FORMATS[1]
Format(mime='application/vnd.sdmx.structuresp…
-
Handling incremental deletion of messages in SDMX-ML is described in Section 3A, Part IV, page 69.
The last sentence in that section looks sub-optimal. It reads as follows: "Finally, to delete a d…
sosna updated
3 months ago
-
Hello everyone,
if you want to use OECD data for your project, I recommend getting the "rsdmx" package for R. This link is very helpful: https://github.com/opensdmx/rsdmx/wiki#package_status
## Instal…
-
https://github.com/sdmx-twg/sdmx-ml/blob/29f1a3d856c4259429f5ec0eae811653adc5cdb5/schemas/SDMXStructure.xsd#L230
MetadataConstraing should be MetadataConstraint
-
Related to https://github.com/SDMX-SWG/Guidelines/blob/master/Business_Case_for_SDMX_Dec_2019%20post%20SWG%20meeting.docx
-
```Python
ecb = sdmx.Client("ECB", backend="memory")
params = dict(startPeriod="2024")
data_msg = ecb.data("ICB", params=params)
```
This runs but gives an error:
```bash
File [~/.local/lib…
edkry updated
6 months ago
-
```
We are currently proposing that heterogeneous datasets be represented as a
collection of uniform sdmx:DataSets bundled together into a single
void:Dataset by means of the void:subset relation.
So…
-
When running this code, I receive a `RuntimeError` shown below:
```
spc = sdmx.Client('spc')
key = dict(FREQ=['A'])
params = dict(startPeriod='2021', endPeriod='2022')
data = spc.data('DF_SDG…
-
**Introduction:**
The current SDMX-JSON data message specification requires that the `data.structure` object reference the Data Structure Definition (DSD) through a link to the Data Provision Agree…