The code block shown below should return a new DataFrame where single quotes in column storeSlogan have been replaced with double quotes. Choose the response that correctly fills in the numbered blanks within the code block to complete this task. The DataFrame `storesDF` is shown below: | storeId | storeSlogan | | :--- | :--- | | 0 | consequat vitae … | | 1 | 'aliquam at pelle… | | 2 | 'non ac leo phare… | | 3 | l'eget purus vel sed" | | 4 | 'vitae phasellus … | | Databricks Certified Associate Developer for Apache Spark Quiz - LeetQuiz