-
how to concat string into an array of [unique] strings in a group_by operation??? |
Beta Was this translation helpful? Give feedback.
Answered by
cpcloud
Mar 20, 2023
Replies: 1 comment
-
Hi @Arengard 👋🏻! Love the enthusiasm!!! You can use the
We don't currently have an API for collecting unique values, but we could certainly add that if that's something you're interested in! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Arengard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Arengard 👋🏻!
Love the enthusiasm!!!
You can use the
.collect()
method ofArray
s to do the non-unique version: