filmov
tv
RDD Transformations Day 2. filter(function)
Показать описание
Learn about filter transformation of the Spark RDD. filter() is used to handle records in the RDD based on the boolean value returned by the function passed.
It takes a function as an input and applies it to each record of the RDD. The records giving a True boolean value are given in the output.
It takes a function as an input and applies it to each record of the RDD. The records giving a True boolean value are given in the output.