Re: Merge multiple record batches

2018-02-19 Thread Wes McKinney
The function is just pyarrow.concat_tables. It's missing from the API reference and ought to have a small section in the documentation. Patches welcomed https://issues.apache.org/jira/browse/ARROW-2181 On Mon, Feb 19, 2018 at 5:04 PM, Bryan Cutler wrote: > Hi Rares, > > I'm not sure what version

Re: Merge multiple record batches

2018-02-19 Thread Bryan Cutler
Hi Rares, I'm not sure what version of Arrow you are using, but pyarrow.Table has a function to concat multiple tables together so the usage would be something like this: table_all = pa.Table.concat_tables([table1, table2]) On Wed, Feb 14, 2018 at 4:01 AM, ALBERTO Bocchinfuso < alberto_boc...@ho