astronomy-commons / hipscat-import

HiPSCat import - generate HiPSCat-partitioned catalogs
https://hipscat-import.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Use consistent pandas file io method. #349

Closed delucchi-cmu closed 1 month ago

delucchi-cmu commented 1 month ago

Change Description

Related to hipscat

Removes uses of load_parquet_to_pandas in favor of read_parquet_file_to_pandas

Code Quality

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.79%. Comparing base (6c4451f) to head (c220c28).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #349 +/- ## ======================================= Coverage 99.79% 99.79% ======================================= Files 26 26 Lines 1442 1442 ======================================= Hits 1439 1439 Misses 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.