Question
What does where or filter do on a DataFrame?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Retains rows satisfying a Boolean condition
Explanation:
Filtering reduces the row set.
Spark may push supported predicates down to the data source.
Leave a Reply