Hacker News new | ask | show | jobs
by harryposner 2018 days ago
Pandas does have the .pipe() method [0], which allows you to put an arbitrary callable in a method chain, but it is a bit more cumbersome than in R.

[0] https://pandas.pydata.org/pandas-docs/stable/reference/api/p...

1 comments

Except you can't actually use it, because it will kill the performance of your program.