6 ms·
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 t
by s_r_n 7y 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.
- thehappypm 7y agoObviously 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.