You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/02/06 14:34:00 UTC

[jira] [Updated] (ARROW-4492) ValueError: Categorical categories must be unique

     [ https://issues.apache.org/jira/browse/ARROW-4492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney updated ARROW-4492:
--------------------------------
    Fix Version/s: 0.13.0

> ValueError: Categorical categories must be unique
> -------------------------------------------------
>
>                 Key: ARROW-4492
>                 URL: https://issues.apache.org/jira/browse/ARROW-4492
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.12.0
>            Reporter: George Sakkis
>            Priority: Major
>              Labels: Parquet
>             Fix For: 0.13.0
>
>         Attachments: slug.pq
>
>
> On pyarrow 0.12.0 some (but not all) columns cannot be read as category dtype. Attached is an extracted failing sample.
>  {noformat}
> import dask.dataframe as dd
> df = dd.read_parquet('slug.pq', categories=['slug'], engine='pyarrow').compute()
> print(len(df['slug'].dtype.categories))
>  {noformat}
> This works on pyarrow 0.11.1 (and fastparquet 0.2.1).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)