Identify the error in the following code block intended to create a single-column DataFrame from a Python list `years` containing integers: ```python spark.createDataFrame(years, IntegerType) ``` | Databricks Certified Associate Developer for Apache Spark Quiz - LeetQuiz