jorisvandenbossche commented on a change in pull request #9504: URL: https://github.com/apache/arrow/pull/9504#discussion_r577969326
########## File path: python/pyarrow/_csv.pyx ########## @@ -762,3 +764,53 @@ def open_csv(input_file, read_options=None, parse_options=None, move(c_convert_options), maybe_unbox_memory_pool(memory_pool)) return reader + + +def write_csv(output_file, data, include_header=True, Review comment: In the parquet and feather api, it's first the data and then the file name ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org