Hacker News new | ask | show | jobs
by s_r_n 2382 days ago
I've never seen a Pandas tutorial advocating the for-loops the author describes and I have rarely come across for-loops in other people's Pandas code. I think the article could remove the for-loop "how not to" examples and it would be a typical "getting started with Pandas" article.
1 comments

Obviously nobody would advocate for them. But for a new Pandas programmer, loops are incredibly obvious, familiar, and do work. So, tons of people use them.