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/20 06:13:41 UTC

[GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #12901: ARROW-16114: [Docs][Python] Document Parquet FileMetaData

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


##########
python/pyarrow/_parquet.pyx:
##########
@@ -96,72 +98,87 @@ cdef class Statistics(_Weakrefable):
 
     @property
     def has_min_max(self):
+        """bool: whether min and max are present"""

Review Comment:
   Maybe doing something like `Whether min and max are present (bool).` is also an option? 
   
   (I wanted to add the same comment about this style not being consistent with numpydoc)



-- 
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