I have a python script that generates a bunch of data in a while loop. I need to write this data to a CSV file, so it writes by column rather than row.
For example in
As an alternate streaming approach:
Both steps should handle steaming just fine.
Pitfalls: