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 the average of rows in column value grouped by unique storeId. Find the error.
Code block:
transactionsDf.agg("storeId").avg("value")

