You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: both run and run_sdmx should accept SDMX files, but only run_sdmx should accept a PandasDataset at its signature. PandasDataset is imported from pysdmx.io.pd
Add at least the following tests:
Read SDMX-ML 2.1 Structure Specific
Read SDMX-ML 2.1 Generic
Read SDMX-CSV 1.0
Read SDMX-CSV 2.0
Ensure the API tests do not break when using plain CSVs
The text was updated successfully, but these errors were encountered:
Add pysdmx dependency and update the the load_datapoints function to use read_sdmx method from pysdmx.io.
Note: both run and run_sdmx should accept SDMX files, but only run_sdmx should accept a PandasDataset at its signature. PandasDataset is imported from pysdmx.io.pd
Add at least the following tests:
The text was updated successfully, but these errors were encountered: