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

Type-coerce indexes when coercion requested at schema level #1139

Merged
merged 1 commit into from
Mar 24, 2023

Conversation

davidbossanyi
Copy link
Contributor

Fixes #1132

@codecov
Copy link

codecov bot commented Mar 23, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (78770f6) 97.45% compared to head (82ba508) 97.45%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1139   +/-   ##
=======================================
  Coverage   97.45%   97.45%           
=======================================
  Files          67       67           
  Lines        4840     4840           
=======================================
  Hits         4717     4717           
  Misses        123      123           
Impacted Files Coverage Δ
pandera/backends/pandas/container.py 97.73% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Collaborator

@cosmicBboy cosmicBboy left a comment

Choose a reason for hiding this comment

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

🚀 thanks @davidbossanyi and congrats on your first pull request to pandera!

@cosmicBboy cosmicBboy merged commit 19d0d68 into unionai-oss:main Mar 24, 2023
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.

Pandas indexes are not coerced when coerce=True specified at schema level
2 participants