Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which of the following operations can be used to create a new DataFrame from DataFrame storesDF without causing a shuffle?
storesDF
A
storesDF.intersect()
B
storesDF.repartition(1)
C
storesDF.union()
D
storesDF.coalesce(1)
E
storesDF.rdd.getNumPartitions()