You are given a Spark DataFrame 'df' with a numerical column 'height'. Write a code snippet that removes outliers from the 'height' column based on the interquartile range (IQR) method, and explain the steps involved. | Databricks Certified Machine Learning - Associate Quiz - LeetQuiz