Reducer
Function used to combine different items together.
For example, we can group together all the data points with the same name and use the reducer avg
to compute the average age of those persons.
Function used to combine different items together.
For example, we can group together all the data points with the same name and use the reducer avg
to compute the average age of those persons.