This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Deserializing lists of dictionary / categorical from parquet #1091
Labels
enhancement
An improvement to an existing feature
no-changelog
Issues whose changes are covered by a PR and thus should not be shown in the changelog
I'm using polars (version 0.13.49 on Python), which is making use of arrow2. I can write columns with lists of type Categorical to parquet, but I cannot read them back. It seems this is not yet implemented on arrow2. Polars fails with the error message:
exceptions.ArrowErrorException: NotYetImplemented("Deserializing type Dictionary(UInt32, LargeUtf8, false) from parquet")
The following code reproduces the problem:
Is there any plan to support this soon?
The text was updated successfully, but these errors were encountered: