You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/07 14:09:43 UTC

[GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #12754: ARROW-15429: [Python] Address docstrings for ChunkedArray class, methods, attributes and constructor

jorisvandenbossche commented on code in PR #12754:
URL: https://github.com/apache/arrow/pull/12754#discussion_r845183563


##########
python/pyarrow/table.pxi:
##########
@@ -51,9 +79,27 @@ cdef class ChunkedArray(_PandasConvertible):
 
     @property
     def type(self):
+        """
+        Examples

Review Comment:
   Small comment for future reference: best to add a first line (which is not the "Examples" title), eg something like "The data type of the chunked array" in this case, because this first line is being used by autosummary to include in the summary table (eg the tables at https://arrow.apache.org/docs/python/generated/pyarrow.ChunkedArray.html)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org