Databricks Databricks-Certified-Associate-Developer-for-Apache-Spark-3.0 Question Answer
The code block displayed below contains an error. The code block should return DataFrame transactionsDf, but with the column storeId renamed to storeNumber. Find the error.
Code block:
transactionsDf.withColumn("storeNumber", "storeId")

