Skip to content

1.3.1

Compare
Choose a tag to compare
@mikix mikix released this 04 Feb 14:34
· 4 commits to main since this release
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.