Identify the error in the following code block intended to return summary statistics for the column `sqft` in DataFrame `storesDF`: Code block: ```python storesDF.describe(col("sgft")) ``` | Databricks Certified Associate Developer for Apache Spark Quiz - LeetQuiz