Values

Pydoc Pydoc




Takes a collection of key-value pairs, and returns the value of each element.

Example

In the following example, we create a pipeline with a PCollection of key-value pairs. Then, we apply Values to extract the values and discard the keys.

Pydoc Pydoc