Serialize the dataframe to the CSV data format and save it as a text file in the local file system. Asynchronous version using the Node.js 'fs' module.
Specifies the path for the output file.
Returns a promise that resolves when the file has been written.
Serialize the dataframe to the CSV data format and save it as a text file in the local file system. Synchronous version using the Node.js 'fs' module.
Specifies the path for the output file.
Generated using TypeDoc
Packages a dataframe ready for serialization to a CSV format text file.