Skip to content

Commit

Permalink
Update docs/user-guide/misc/arrow.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ritchie Vink <[email protected]>
  • Loading branch information
kylebarron and ritchie46 authored Jul 30, 2024
1 parent ec3ea1e commit 1f03b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/misc/arrow.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ If you're developing a library that you wish to integrate with Polars, it's sugg

- Zero-copy exchange for both Polars Series and DataFrame
- No required dependency on pyarrow.
- No direct dependency on polars.
- No direct dependency on Polars.
- Harder to cause memory leaks than handling pointers as raw integers.
- Automatic zero-copy integration other PyCapsule Interface-supported libraries.

Expand Down

0 comments on commit 1f03b22

Please sign in to comment.