-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
STYLE disallow Series | AnyArrayLike #42359
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
Hello, I'd like to try taking this on! |
Awesome @jramirez857 - a PR should probably go to https://github.com/pandas-dev/pandas-dev-flaker , let me know if you want / need any help |
Thank you, @MarcoGorelli for offering help. Yes, this is my first contribution and if you could point me in the right direction that would be very helpful. Here is what I currently have.
I am currently trying out using registering ast.FunctionDef using the decorator and I think I will need to traverse a binary tree of BinOp of argument nodes. I have written a test case shown below:
I am currently figuring out how I can try to step through it in the repl. If you have any tips on how I could step through the tree traversal within the pandas-dev-flake environment it would be a huge help for my debugging purposes. |
You might want to have a look at |
hello, is it too late to try this out? |
Hey @Pydare - I don't think anyone's working on this, though @jramirez857 please do speak up if you still are |
Feel free to take this @Pydare. I made some progress initially but have not been actively working on this recently. |
take |
this is done, thanks to Pydare - all that needs doing next is to make a new release and bump the version - I'll do that when I get a chance, hopefully soon |
PR should be made to https://github.com/pandas-dev/pandas-dev-flaker
idea is to disallow
foo: Series | AnyArrayLike
, asSeries
is array-like alreadyThis came out of this review: #41955 (comment)
The text was updated successfully, but these errors were encountered: