Skip to content

Commit

Permalink
docs(arrays): document behavior of unnest in the presence of empty ar…
Browse files Browse the repository at this point in the history
…ray rows
  • Loading branch information
cpcloud committed Nov 29, 2023
1 parent 5e508b5 commit 5526c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/expr/types/arrays.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def unnest(self) -> ir.Value:
"""Flatten an array into a column.
::: {.callout-note}
## This operation changes the cardinality of the result
## Rows with empty arrays are dropped in the output.
:::
Examples
Expand Down

0 comments on commit 5526c40

Please sign in to comment.