Question 51

Which of the following code blocks reduces a DataFrame from 12 to 6 partitions and performs a full shuffle?
  • Question 52

    Which of the following statements about storage levels is incorrect?
  • Question 53

    Which of the following code blocks returns a single-column DataFrame of all entries in Python list throughputRates which contains only float-type values ?
  • Question 54

    The code block shown below should return a one-column DataFrame where the column storeId is converted to string type. Choose the answer that correctly fills the blanks in the code block to accomplish this.
    transactionsDf.__1__(__2__.__3__(__4__))
  • Question 55

    Which of the following code blocks returns a DataFrame with approximately 1,000 rows from the 10,000-row DataFrame itemsDf, without any duplicates, returning the same rows even if the code block is run twice?