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

Executing functions in python is slow!