pyarrow.csv.write_csv

pyarrow.csv.write_csv(data, output_file, write_options=None, MemoryPool memory_pool=None)

Write record batch or table to a CSV file.

Parameters