We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pivot_wider
1 parent 6d752bf commit 06b46e3Copy full SHA for 06b46e3
1 file changed
tests/testthat/_snaps/pivot_wider-lazy.md
@@ -28,7 +28,7 @@
28
29
---> FAILED HERE RESOLVING THIS_NODE <---
30
AGGREGATE[maintain_order: false]
31
- [col("val").filter([(col("key")) == ("a")].all_horizontal([[(col("key_2")) == ("c")]])).item(allow_empty=true).alias("{"a","c"}"), col("val").filter([(col("key")) == ("b")].all_horizontal([[(col("key_2")) == ("d")]])).item(allow_empty=true).alias("{"b","d"}")] BY [col("a_c")]
+ [col("val").filter([(col("key")) ==v ("a")].all_horizontal([[(col("key_2")) ==v ("c")]])).item(allow_empty=true).alias("{"a","c"}"), col("val").filter([(col("key")) ==v ("b")].all_horizontal([[(col("key_2")) ==v ("d")]])).item(allow_empty=true).alias("{"b","d"}")] BY [col("a_c")]
32
FROM
33
DF ["a_c", "key", "key_2", "val"]; PROJECT */4 COLUMNS
34
0 commit comments