Closed westonpace closed 2 years ago
Now that there is a CSV writer we should benchmark it:
compression = munge_compression(compression, "csv") out_stream = pyarrow.output_stream(path, compression=compression) pyarrow.csv.write_csv(table, out_stream)
Now that there is a CSV writer we should benchmark it: