Skip to content

Commit

Permalink
docs(IO): add missing word, add line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth authored and cpcloud committed Sep 11, 2023
1 parent 5354689 commit f4fdfd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/_code/input_output_penguins.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ ibis.read_parquet("penguins.parquet").head(3) # <2>

## With other Python libraries

Ibis uses [Apache Arrow](https://arrow.apache.org/) for efficient data transfer to and from other libraries. Ibis tables implement the `__dataframe__` and `__array__` protocols, so you can pass them to any library that supports.
Ibis uses [Apache Arrow](https://arrow.apache.org/) for efficient data transfer
to and from other libraries. Ibis tables implement the `__dataframe__` and
`__array__` protocols, so you can pass them to any library that supports these
protocols.

::: {.panel-tabset}

Expand Down

0 comments on commit f4fdfd3

Please sign in to comment.