|
|
|
|
|
by malshe
1324 days ago
|
|
I personally don’t like method chaining in Pandas because it makes troubleshooting difficult for me. On the other hand I love piping functions in tidyverse in R. I think there are a few libraries in Python that bring pipes to Pandas. I haven’t used any though so can’t comment on their usefulness. Edit: Here is a library that brings pipes to pandas https://github.com/pwwang/datar |
|