write_data_to_csv

pywwt.windows.write_data_to_csv(data, filename, mode='new')[source]

Write a dataset to a CSV-formatted file with a data header.

Parameters:
datadict

The data to be written as a dictionary of NumPy arrays

filenamestr

The filename to write the data to.

mode{‘new’, ‘append’}, optional

Write a “new” file or “append” to an existing file?