-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
DEPR: flags #52165
Comments
Looks like pandera provides a utility for checking for duplicate labels: https://pandera.readthedocs.io/en/stable/reference/generated/pandera.api.pandas.components.Column.html#pandera.api.pandas.components.Column |
For context, the |
Is that specific to the |
I think of it as being |
Splitting discussion off from #51280
PR #52153
The checking and propagation of flags in
__finalize__
means a small-but-everywhere performance hit for all users that we should deprecate.Flags only has allow_duplicate_labels, which can be disallowed by a 3rd-party validation library.
The text was updated successfully, but these errors were encountered: