Oct 25, 2021
That’s true David, but this was not the point of the article anyway. The reason why I did not use a list comprehension was because I wanted to make it clear even for beginners that instead of appending one DF row at a time it is more efficient to append the data into a list and then create a DF using that list.