You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Otávio Vasques (Jira)" <ji...@apache.org> on 2020/03/11 20:02:00 UTC

[jira] [Created] (ARROW-8078) [Python] Missing links in the docs regarding field and schema DataTypes

Otávio Vasques created ARROW-8078:
-------------------------------------

             Summary: [Python] Missing links in the docs regarding field and schema DataTypes
                 Key: ARROW-8078
                 URL: https://issues.apache.org/jira/browse/ARROW-8078
             Project: Apache Arrow
          Issue Type: Bug
          Components: Documentation
            Reporter: Otávio Vasques


The current page of Data Types of the pyarrow documentation has a list of the different objects and types that you can use to build custom pyarrow schema. For a lot of them is possible to click in the white box around the module/object name and access a detailed description of the module/object. This is true for almost all the items but for field and schema it's not possible to access the detailed description althoug the corresponding URL (replacing the datatype for a known link with these examples) exists.

Not sure if this is a bug or this boxes should point to another page but if not I think they should point to the correspoding detailed descriptions.

Data Types: [https://arrow.apache.org/docs/python/api/datatypes.html]

Sample Type Int 32: [https://arrow.apache.org/docs/python/generated/pyarrow.int32.html#pyarrow.int32]

Field: [https://arrow.apache.org/docs/python/generated/pyarrow.field.html]

Schema: [https://arrow.apache.org/docs/python/generated/pyarrow.schema.html]



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