You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/09/08 13:17:00 UTC

[jira] [Updated] (ARROW-9941) [Python] Better string representation for extension types

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

Antoine Pitrou updated ARROW-9941:
----------------------------------
    Fix Version/s: 2.0.0

> [Python] Better string representation for extension types
> ---------------------------------------------------------
>
>                 Key: ARROW-9941
>                 URL: https://issues.apache.org/jira/browse/ARROW-9941
>             Project: Apache Arrow
>          Issue Type: Wish
>          Components: C++, Python
>            Reporter: Antoine Pitrou
>            Priority: Major
>             Fix For: 2.0.0
>
>
> When one defines an extension type in Python (by subclassing {{PyExtensionType}}) and uses that type e.g. in a Arrow table, the printed schema looks like this:
> {code}
> pyarrow.Table
> a: extension<arrow.py_extension_type>
> b: extension<arrow.py_extension_type>
> {code}
> ... which isn't very informative. PyExtensionType could perhaps override ToString() and call {{str}} on the type instance.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)