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

Bugfix: Update drop invalid logic to handle multi-index dfs #1320

Merged
merged 4 commits into from
Aug 18, 2023

Conversation

kykyi
Copy link
Contributor

@kykyi kykyi commented Aug 18, 2023

Fix bug on multi-index dataframes as outlined in this bug report

Signed-off-by: Baden Ashford <baden.ashford@gmail.com>
Signed-off-by: Baden Ashford <baden.ashford@gmail.com>
Signed-off-by: Baden Ashford <baden.ashford@gmail.com>
Signed-off-by: Baden Ashford <baden.ashford@gmail.com>
@@ -2330,6 +2330,141 @@ class Config:
MySchema.validate(actual_obj, lazy=False)


@pytest.mark.parametrize(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Chat GPT can be credited with the LOTR specifics 🧝 💍

@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (eda9a2e) 93.82% compared to head (dfe8c47) 93.82%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1320   +/-   ##
=======================================
  Coverage   93.82%   93.82%           
=======================================
  Files          90       90           
  Lines        6704     6709    +5     
=======================================
+ Hits         6290     6295    +5     
  Misses        414      414           
Files Changed Coverage Δ
pandera/backends/pandas/base.py 100.00% <100.00%> (ø)

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

@cosmicBboy
Copy link
Collaborator

thanks @kykyi ! 🚀

@cosmicBboy cosmicBboy merged commit d43a11b into unionai-oss:main Aug 18, 2023
41 checks passed
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.

None yet

2 participants