Which of the following operations can be used to create a new DataFrame that has 12 partitions from an original DataFrame df that has 8 partitions?
A. df.repartition(12)
B. df.cache()
C. df.partitionBy(1.5)
D. df.coalesce(12)
E. df.partitionBy(12)
Which of the following operations can be used to create a new DataFrame that has 12 partitions from an original DataFram
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following operations can be used to create a new DataFrame that has 12 partitions from an original DataFram
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!