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 a copy of DataFrame transactionsDf where the name of column transactionId has been changed to
transactionNumber. Find the error.
Code block:
transactionsDf.withColumn("transactionNumber", "transactionId")

