You are given a Spark DataFrame 'df' with a string column 'text'. Write a code snippet that tokenizes the 'text' column into individual words using the 'split' function, and explain the steps involved. | Databricks Certified Machine Learning - Associate Quiz - LeetQuiz