[
https://issues.apache.org/jira/browse/ARROW-13668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-13668:
-----------------------------------
Labels: beginner pull-request-available (was: beginner)
> [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
> Assignee: Sasha Krassovsky
> Priority: Major
> Labels: beginner, pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)