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 2017/09/20 01:14:00 UTC

[jira] [Created] (ARROW-1576) [Python] Add utility functions (or a richer type hierachy) for checking whether data type instances are members of various type classes

Wes McKinney created ARROW-1576:
-----------------------------------

             Summary: [Python] Add utility functions (or a richer type hierachy) for checking whether data type instances are members of various type classes
                 Key: ARROW-1576
                 URL: https://issues.apache.org/jira/browse/ARROW-1576
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Python
            Reporter: Wes McKinney
             Fix For: 0.8.0


E.g. {{is_integer}}, {{is_unsigned_integer}}. This could be implemented similar to NumPy, too ({{isinstance(t, pa.FloatingPoint)}} or something)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)