Skip to content

Commit f10b106

Browse files
committed
updated docstring of LArray.as_table()
1 parent 684064f commit f10b106

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

larray/core/array.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,10 +2296,12 @@ def as_table(self, maxlines=None, edgeitems=None, light=False, wide=True, value_
22962296
----------
22972297
maxlines : int, optional
22982298
Maximum number of lines to show. If 0 all lines are shown.
2299+
See :py:obj:`set_options` for default value.
22992300
edgeitems : int, optional
23002301
If number of lines to display is greater than `maxlines`,
23012302
only the first and last `edgeitems` lines are displayed.
23022303
Only active if `maxlines` is not None.
2304+
See :py:obj:`set_options` for default value.
23032305
light: bool, optional
23042306
Whether or not printing the array in the same way as a pandas DataFrame with a MultiIndex
23052307
(see example below). Defaults to False.

0 commit comments

Comments
 (0)