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

pandas method chaining references? #105

Open
wendellwt opened this issue Oct 27, 2024 · 0 comments
Open

pandas method chaining references? #105

wendellwt opened this issue Oct 27, 2024 · 0 comments

Comments

@wendellwt
Copy link

How difficult would it be to include pandas method chaining references?

That is, include references to these functions?

df = df \
    .pipe(function_one) \
    .pipe(myclass.function_two, arg1) \

Thanks for the current code2flow, it works great!

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

No branches or pull requests

1 participant