Skip to content

1.3.1

Latest
Compare
Choose a tag to compare
@mikix mikix released this 04 Feb 14:34
ca7dc05

This release prevents pyarrow_schema_from_rows from loading the rows argument into memory all at once. Now it will simply iterate over the rows, allowing larger-than-memory batches of rows.