sparkbyexamples.com
Spark DataFrame Where Filter | Multiple Conditions
Spark filter() or where() function filters the rows from DataFrame or Dataset based on the given one or multiple conditions. You can use where() operator
Naveen Nelamali