Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
pyarrow.csv.CsvWriter, pyarrow.ipc.RecordBatchFileWriter, and pyarrow.ipc.RecordBatchStreamWriter all have three writing methods, "write" (which accepts a table or a record batch), "write_batch", and "write_table".
pyarrow.parquet.ParquetWriter only has "write_table". It should be trivial enough to add the other two methods and will help to have a consistent interface.
Attachments
Issue Links
- links to