Skip to content

Commit 5526c40

Browse files
committed
docs(arrays): document behavior of unnest in the presence of empty array rows
1 parent 5e508b5 commit 5526c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibis/expr/types/arrays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def unnest(self) -> ir.Value:
268268
"""Flatten an array into a column.
269269
270270
::: {.callout-note}
271-
## This operation changes the cardinality of the result
271+
## Rows with empty arrays are dropped in the output.
272272
:::
273273
274274
Examples

0 commit comments

Comments
 (0)