Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which of the following operations can be used to perform a left join between two DataFrames?
A
DataFrame.join()
B
DataFrame.crossJoin()
C
DataFrame.merge()
D
DataFrame.leftJoin()
E
Standalone join() function