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 list of names, instead of pandas index. #343

Closed delucchi-cmu closed 1 month ago

delucchi-cmu commented 1 month ago

Change Description

Closes #342

Solution Description

The kwarg for column names was being stored as the index of the pandas dataframe representing the parquet schema. This was unnecessary, as we only need the list of column names.

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 (205818a) to head (6d78d0a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #343 +/- ## ======================================= 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.