Skip to content

Commit

Permalink
rename heading
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aalam committed Feb 7, 2024
1 parent 87e3b49 commit 86b16f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.12.1 (2024-02-08)

### New Features
### Improvements

- Use `split_blocks=True` by default during `to_pandas` conversion, for optimal memory allocation. This parameter is passed to `pyarrow.Table.to_pandas`, which enables `PyArrow` to split the memory allocation into smaller, more manageable blocks instead of allocating a single contiguous block. This results in better memory management when dealing with larger datasets.

Expand Down

0 comments on commit 86b16f7

Please sign in to comment.