Skip to main content

any_value

Function any_value 

Source
pub fn any_value(col: &Column, ignorenulls: bool) -> Column
Expand description

Any value from the group (PySpark any_value). Use in groupBy.agg(). ignorenulls reserved for API compatibility.