Huawei
H13-723_V2.0 · Question #160
In Spark, which of the following is the operator that takes the intersection of the DataFrame?
The correct answer is C. intersect (other: Data Fra me): Data Fra me. See the full explanation below for the reasoning.
Question
In Spark, which of the following is the operator that takes the intersection of the DataFrame?
Options
- Afilter (condifionExpr: String): DataFrame
- Bjoin (right: DataFrame, join Exprs: Column): DataFrame
- Cintersect (other: Data Fra me): Data Fra me
- DdropDuplicates():DataFrame
How the community answered
(70 responses)- A11% (8)
- B9% (6)
- C77% (54)
- D3% (2)
Community Discussion
No community discussion yet for this question.