I am trying to export an output file as a CSV file.
I have 15 columns and 400 rows.
In my code, I stored data in the dictionary file, which means that I have one dictionary for each column.
So I want to get a CSV file which includes all dictionary in the same file.
I tried to use a (for) loop in order to do that, but it did not work.