Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read SDMX-CSV 2.0.0 #201

Merged
merged 9 commits into from
Oct 23, 2024
Merged

Read SDMX-CSV 2.0.0 #201

merged 9 commits into from
Oct 23, 2024

Conversation

khaeru
Copy link
Owner

@khaeru khaeru commented Oct 22, 2024

Closes #34.

PR checklist

  • Checks all ✅
  • Update documentation
  • Update doc/whatsnew.rst

@khaeru khaeru added enh Enhancements & new features reader Read file formats defined by the SDMX standards labels Oct 22, 2024
@khaeru khaeru self-assigned this Oct 22, 2024
@khaeru khaeru added the csv SDMX-CSV format label Oct 22, 2024
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.96%. Comparing base (70cf79c) to head (f70790d).
Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #201      +/-   ##
==========================================
- Coverage   98.88%   97.96%   -0.92%     
==========================================
  Files          97       97              
  Lines        7861     8045     +184     
==========================================
+ Hits         7773     7881     +108     
- Misses         88      164      +76     
Files with missing lines Coverage Δ
sdmx/model/common.py 99.90% <ø> (ø)
sdmx/model/v21.py 100.00% <ø> (ø)
sdmx/model/v30.py 100.00% <ø> (ø)
sdmx/reader/__init__.py 100.00% <100.00%> (ø)
sdmx/reader/csv.py 100.00% <100.00%> (ø)
sdmx/testing/__init__.py 99.35% <100.00%> (+<0.01%) ⬆️
sdmx/tests/reader/test_reader_csv.py 100.00% <100.00%> (ø)
sdmx/tests/test_model.py 100.00% <ø> (ø)
sdmx/tests/writer/test_csv.py 100.00% <100.00%> (ø)
sdmx/tests/writer/test_pandas.py 100.00% <100.00%> (ø)
... and 1 more

... and 18 files with indirect coverage changes

khaeru added a commit that referenced this pull request Oct 23, 2024
khaeru added a commit that referenced this pull request Oct 23, 2024
- Include v{21,30}.DataSet in __all__ and thus docs.
- Copy common.ActionType description from the standard.
khaeru added a commit that referenced this pull request Oct 23, 2024
@khaeru khaeru changed the title Read SDMX-CSV 3.0.0 Read SDMX-CSV 2.0.0 Oct 23, 2024
@khaeru khaeru merged commit 830692b into main Oct 23, 2024
20 checks passed
@khaeru khaeru deleted the enh/read-csv branch October 23, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
csv SDMX-CSV format enh Enhancements & new features reader Read file formats defined by the SDMX standards
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add reader for SDMX-CSV
1 participant