Which of the following code blocks creates a new DataFrame by adding a column named `customerSatisfactionAbs` containing the absolute values from the `customerSatisfaction` column in DataFrame `storesDF`? The `customerSatisfactionAbs` column does not exist in the original `storesDF`. | Databricks Certified Associate Developer for Apache Spark Quiz - LeetQuiz