Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jul 30, 2024
1 parent 1f03b22 commit afdbf42
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 @@ -130,7 +130,7 @@ If you're developing a library that you wish to integrate with Polars, it's sugg
## Using Polars directly

Polars can also consume and export to and import from the [Arrow C Data Interface](https://arrow.apache.org/docs/format/CDataInterface.html)
directly. This is recommended for library maintainers that want to interop with Polars without requiring a pyarrow installation.
directly. This is recommended for libraries that don't support the Arrow PyCapsule Interface and want to interop with Polars without requiring a pyarrow installation.

- To export `ArrowArray` C structs, Polars exposes: `Series._export_arrow_to_c`.
- To import an `ArrowArray` C struct, Polars exposes `Series._import_arrow_from_c`.

0 comments on commit afdbf42

Please sign in to comment.