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 2022/03/29 17:16:00 UTC

[jira] [Created] (ARROW-16063) [Python] Refactor documentation for generic Scanner parameters

Antoine Pitrou created ARROW-16063:
--------------------------------------

             Summary: [Python] Refactor documentation for generic Scanner parameters
                 Key: ARROW-16063
                 URL: https://issues.apache.org/jira/browse/ARROW-16063
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Python
            Reporter: Antoine Pitrou


A number of methods in {{_dataset.pyx}} redirect most of their arguments to {{Scanner.from_dataset}} or {{Scanner.from_fragment}}. Their docstrings usually do the same, which is a bit user-unfriendly. Instead, we should find a way to duplicate the argument descriptions in these docstrings, while keeping numpydoc checks happy.

See original discussion at https://github.com/apache/arrow/pull/12698#discussion_r836371359



--
This message was sent by Atlassian Jira
(v8.20.1#820001)