Consider a dataset with a numerical feature 'Age' having missing values. Write a code snippet to perform median imputation on this feature using Python and the scikit-learn library. Explain how this process handles missing values. | Databricks Certified Machine Learning - Associate Quiz - LeetQuiz