pitrou commented on a change in pull request #12091:
URL: https://github.com/apache/arrow/pull/12091#discussion_r793475309
##########
File path: python/pyarrow/table.pxi
##########
@@ -74,9 +74,14 @@ cdef class ChunkedArray(_PandasConvertible):
How much to indent right the content of the array,
by default ``0``.
window : int
- How many items to preview at the begin and end
+ How many items to preview within each chunk at the begin and end
+ of the chunk when the chunk is bigger than the window.
+ The other elements will be ellipsed.
+ container_window : int
+ How many chunks to preview at the begin and end
of the array when the arrays is bigger than the window.
Review comment:
```suggestion
of the array when the array is bigger than the window.
```
--
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]