Min
Pydoc |
Gets the element with the minimum value within each aggregation.
Examples
In the following example, we create a pipeline with a PCollection.
Then, we get the element with the minimum value in different ways.
Example 1: Minimum element in a PCollection
We use Combine.Globally() to get the minimum element from the entire PCollection.
Example 2: Minimum elements for each key
We use Combine.PerKey() to get the minimum element for each unique key in a PCollection of key-values.
Related transforms
Pydoc |
Last updated on 2025/11/03
Have you found everything you were looking for?
Was it all useful and clear? Is there anything that you would like to change? Let us know!


Pydoc