Skip to content

Commit 101aa75

Browse files
committed
updated documentation of light argument of LArray.as_table()
1 parent ed02ead commit 101aa75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

larray/core/array.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2303,8 +2303,8 @@ def as_table(self, maxlines=-1, edgeitems=5, light=False, wide=True, value_name=
23032303
Only active if `maxlines` is not -1.
23042304
Defaults to 5.
23052305
light : bool, optional
2306-
Whether or not printing the array in the same way as a pandas DataFrame with a MultiIndex
2307-
(see example below). Defaults to False.
2306+
Whether or not to hide repeated labels. In other words, only show a label if it is different from the
2307+
previous one. Defaults to False.
23082308
wide : boolean, optional
23092309
Whether or not to write arrays in "wide" format. If True, arrays are exported with the last axis
23102310
represented horizontally. If False, arrays are exported in "narrow" format: one column per axis plus one

0 commit comments

Comments
 (0)