count
Counts the events or non-null grouped values.
Description
The count
function returns the number of non-null values in xs
. When used
without arguments, it counts the total number of events.
xs: list
The values to count.
Examples
Count the number of non-null values
See Also
count_distinct