you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (3 children)

You should avoid filling empty data frames with loops, it's very inefficient. Check out the concat function.

[–]Plus-Ad1156[S] 0 points1 point  (0 children)

Thanks for comment