Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
There was an error while loading. Please reload this page.
_to_arrow_iterable to public method #1072
Is your feature request related to a problem? Please describe.
Currently, it is possible to stream RecordBatches using
RowIterator._to_arrow_iterableand this is done internally in theto_arrowmethod. There is a publicto_dataframe_iterablemethod and so it feels like there should be a matchingto_arrow_iterablemethod for the same reasons the Pandas version exists.Describe the solution you'd like
Promote
_to_arrow_iterabletoto_arrow_iterable