jorisvandenbossche commented on issue #14726:
URL: https://github.com/apache/arrow/issues/14726#issuecomment-1334867906

   > It might be nice to have a higher-level function to read a Parquet file as 
a stream of batches by the way. 
   
   There are already two options, I think:
   
   - With the parquet module, using `pq.ParquetFile(..).iter_batches()`
   - With the datasets module, using `ds.dataset(...).to_batches()`
   
   The first one should probably be added to that documentation section you 
linked to, though.
   
   Or are you thinking of even more high level? (something like 
`pq.read_batches` in addition to `pq.read_table`)
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to