LSSTDESC / tables_io

A small package to provide tools to read / write and convert tabular data for DESC
MIT License
1 stars 1 forks source link

Allow read to take a list of columns #73

Closed delucchi-cmu closed 1 year ago

delucchi-cmu commented 1 year ago

Adds plumbing and testing explicitly for parquet files. Other file types can follow.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (a600c91) 100.00% compared to head (cef811a) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #73 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 8 8 Lines 628 636 +8 ========================================= + Hits 628 636 +8 ``` | [Impacted Files](https://app.codecov.io/gh/LSSTDESC/tables_io/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC) | Coverage Δ | | |---|---|---| | [src/tables\_io/types.py](https://app.codecov.io/gh/LSSTDESC/tables_io/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3RhYmxlc19pby90eXBlcy5weQ==) | `100.00% <ø> (ø)` | | | [src/tables\_io/ioUtils.py](https://app.codecov.io/gh/LSSTDESC/tables_io/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3RhYmxlc19pby9pb1V0aWxzLnB5) | `100.00% <100.00%> (ø)` | | | [src/tables\_io/testUtils.py](https://app.codecov.io/gh/LSSTDESC/tables_io/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3RhYmxlc19pby90ZXN0VXRpbHMucHk=) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.