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

Add ECSV reader #288

Merged
merged 4 commits into from
May 3, 2024
Merged

Add ECSV reader #288

merged 4 commits into from
May 3, 2024

Conversation

delucchi-cmu
Copy link
Contributor

Closes #225

Adds basic support for an ECSV reader. Note that the astropy ecsv reader does not implement a "fast" reader, so this method is not sped up by underlying C++, and it is not possible to chunk the reads into smaller tables.

See: https://docs.astropy.org/en/stable/io/ascii/read.html#reading-large-tables-in-chunks

Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.36%. Comparing base (d67409b) to head (0fc4131).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #288   +/-   ##
=======================================
  Coverage   99.35%   99.36%           
=======================================
  Files          24       24           
  Lines        1246     1260   +14     
=======================================
+ Hits         1238     1252   +14     
  Misses          8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@delucchi-cmu delucchi-cmu requested a review from hombit May 3, 2024 14:41
Copy link
Contributor

@hombit hombit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@delucchi-cmu delucchi-cmu merged commit 7a5c17c into main May 3, 2024
9 checks passed
@delucchi-cmu delucchi-cmu deleted the issue/225/ecsv branch May 3, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support ECSV format
2 participants