Y
Hacker News
new
|
ask
|
show
|
jobs
by
shoyer
1515 days ago
df.pipe(f, ...) is just syntactic sugar for f(df, ...). Nothing slow about it.
1 comments
nicoburns
1514 days ago
Executing functions in python
is
slow!
link