sparkbyexamples.com
PySpark Where Filter Function | Multiple Conditions
PySpark filter() function is used to filter the rows from RDD/DataFrame based on the given condition or SQL expression, you can also use where() clause
Naveen Nelamali