-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
STYLE, TYP frame-or-series-union check no longer relevant #40876
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
Comments
+1 |
Hi MarcoGorelli I would like to take up this issue, this is my first open source PR, I couldn't understand the issue completely. It would be great if you can elucidate it. Thank you |
Sure. At the moment, we alias
If anything is unclear, please do ask :) |
Hello @MarcoGorelli, first time contributor here. I would like to take up this issue. |
take |
I think @mohansaimandalapu is already working on this |
|
Hey @joonlim9 - it doesn't look like they're working on it Anyone is free to work on this now |
PR is merged so is this issue closed? @MarcoGorelli |
#41546 is the PR to address this issue and that is not merged. |
Can I take it? |
If the author of #41546 doesn't update in, say, another week, then yeah, sure - let's leave them a couple weeks to get back to us at least |
This check is no longer relevant:
pandas/.pre-commit-config.yaml
Lines 83 to 88 in 9ab55b4
Since using PEP604 rewrites, this would be written as
anyway.
is actually just as long as the above, and arguably less explicit.
@simonjayhawkins thoughts on replacing all the
FrameOrSeriesUnion
occurrences, removing the alias, and removing the above check?The text was updated successfully, but these errors were encountered: