Y
Hacker News
new
|
ask
|
show
|
jobs
by
franklin_p_dyer
911 days ago
In what cases have you found it worthwhile to use pandas?
2 comments
isoprophlex
911 days ago
Resampling, regularizing, binning and forward/backward filling time series data is an absolute pain in the ass using only SQL and/or vanilla python. It does its thing well, there.
(Note that in general, I'm the biggest pandas hater I know)
link
canjobear
911 days ago
It can be nice for groupby-aggregate logic. And it feeds into plotnine.
link
(Note that in general, I'm the biggest pandas hater I know)