Discover the winners and finalists of the 2023 edition, and read their story to learn about their pioneering achievements in data science and AI!
View Winners and Finalists
This processor concatenates N input columns containing arrays (as JSON) into a single JSON array.
Input:
a b [1,2] ["x","y"]
Output:
[1, 2, "x", "y"]