existSpark, which of the following is trueDataFrameThe operator that takes the intersection?
filter (condifionExpr: String): DataFrame
join (right: DataFrame, join Exprs: Column): DataFrame
intersect (other: Data Frame): Data Frame
dropDuplicates (): DataFrame
Submit