The :
operator does not handle arrays properly
#1033
Labels
Effort: low
Easy to address issues, ideal for first time contributors!
Priority: low
Status: 4. Ready to implement
We know how to implement this, but who will do it?
Topic: Formulas
When its operands are two arrays, it should produce an object with pairwise key-value pairs. E.g. in the talks list, something like
unique(country): count(event by country)
should produce an object with countries to counts.The text was updated successfully, but these errors were encountered: