Skip to content

Commit

Permalink
Update pyarrow/polars sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
prrao87 committed Apr 30, 2024
1 parent bc0919d commit e4779f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/post/2024-02-08-kuzu-v-0.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ import polars as pl
return pl.from_arrow(data=self.get_as_arrow())
```

With [Apache Arrow](https://arrow.apache.org/) becoming the de facto standard for columnar data interchange in the Python ecosystem, we think
that future versions of Kùzu could benefit from native scanning of Polars DataFrames in Python, in a
similar way to how we now scan PyArrow-backed Pandas DataFrames.
[Apache Arrow](https://arrow.apache.org/) is becoming the de facto standard for columnar data interchange in
the Python ecosystem. In a future release, we also plan to support native scanning of Polars DataFrames
in Python, in a similar way to how we now scan PyArrow-backed Pandas DataFrames.

## New data type: `ARRAY` and additional functions

Expand Down

0 comments on commit e4779f4

Please sign in to comment.