Weston Pace created ARROW-13668:
-----------------------------------
Summary: [Python] Add `write_batch` and `write` methods to
`ParquetWriter`
Key: ARROW-13668
URL: https://issues.apache.org/jira/browse/ARROW-13668
Project: Apache Arrow
Issue Type: Improvement
Components: Python
Reporter: Weston Pace
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)