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

Use list of names, instead of pandas index. #343

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Conversation

delucchi-cmu
Copy link
Contributor

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.

Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.79%. Comparing base (205818a) to head (6d78d0a).

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

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

@delucchi-cmu delucchi-cmu merged commit 72a7626 into main Jul 16, 2024
9 checks passed
@delucchi-cmu delucchi-cmu deleted the issue/342/provenance branch July 16, 2024 15:51
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.

Issue writing provenance info for combination of arguments
2 participants