|
|
|
|
|
by oneoff786
1244 days ago
|
|
I mean not writing your own loops. A built in function is indeed better. But usually not what you need. And also, readability > speed when the execution time is trivial, which is it probably should be for pandas scale data. |
|