diff --git a/src/content/post/2024-02-08-kuzu-v-0.4.0.md b/src/content/post/2024-02-08-kuzu-v-0.4.0.md index 2e324ae..09377d6 100644 --- a/src/content/post/2024-02-08-kuzu-v-0.4.0.md +++ b/src/content/post/2024-02-08-kuzu-v-0.4.0.md @@ -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