Skip to content

Commit

Permalink
docs: fix doctest output for agg_set with null values
Browse files Browse the repository at this point in the history
  • Loading branch information
f4t4nt committed Feb 4, 2025
1 parent 3eff81c commit 5771eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daft/expressions/expressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ def approx_percentiles(self, percentiles: builtins.float | builtins.list[builtin
│ Utf8 ┆ Float64 ┆ FixedSizeList[Float64; 3] │
╞═══════╪═════════════════════╪════════════════════════════════╡
│ c ┆ None ┆ None │
├╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
├╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌
│ a ┆ 1.993661701417351 ┆ [0.9900000000000001, 1.993661… │
├╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
│ b ┆ 0.9900000000000001 ┆ [0.9900000000000001, 0.990000… │
Expand Down Expand Up @@ -1007,7 +1007,7 @@ def agg_set(self) -> Expression:
╭───────────────╮
│ unique_values │
│ --- │
│ List[Int64]
│ List[Null]
╞═══════════════╡
│ [] │
╰───────────────╯
Expand Down

0 comments on commit 5771eb7

Please sign in to comment.