Counts
count the number of each distinct element in the list
{elem1, elem2, elem3, ...}
and return the result as an association<|elem1->counter1, ...|>
.
Examples
Related terms
Implementation status
- ✅ - full supported
count the number of each distinct element in the list
{elem1, elem2, elem3, ...}
and return the result as an association<|elem1->counter1, ...|>
.