Collects data and writes it to a CSV-file. Optionally return a pandas-data-frame
PyFoam.Basics.CSVCollection.
CSVCollection
Bases: object
object
Collects data like a dictionary. Writes it to a line in a CSV-file. If the dictionary is extended the whole file is rewritten
clear
Resets the last line
write
Writes a line to disk and starts a new one