Which of the following code blocks correctly returns a new DataFrame with a modified `storeDescription` column where the prefix "Description: " has been removed from each value in the `storeDescription` column of DataFrame `storesDF`? A sample of DataFrame `storesDF` is shown below: ``` storeId storeDescription 0 Description: ultr... 1 Description: sagi... 2 Description: port... 3 Description: tris... 4 Description: ulla... ``` | Databricks Certified Associate Developer for Apache Spark Quiz - LeetQuiz