jorisvandenbossche commented on code in PR #12901:
URL: https://github.com/apache/arrow/pull/12901#discussion_r853762049
##########
python/pyarrow/_parquet.pyx:
##########
@@ -75,6 +77,13 @@ cdef class Statistics(_Weakrefable):
self.converted_type)
def to_dict(self):
+ """Get dictionary represenation of statistics.
Review Comment:
```suggestion
"""
Get dictionary represenation of statistics.
```
Another style nit .., but let's maybe try to do this consistently. I think
we mostly start on the next line for multi-line docstring, and below in this
diff it's a mix of both.
--
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]