lidavidm commented on code in PR #12901:
URL: https://github.com/apache/arrow/pull/12901#discussion_r854063455
##########
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:
I actually mean that as-is, this seems to be the recommended numpydoc style,
at least as parsed by Napoleon:
https://github.com/sphinx-contrib/napoleon/blob/dce30797b7a229ccebda4030f65482d501427794/docs/source/example_numpy.py#L280-L282
It just looks quite different from the rest of numpydoc style.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]