It would be nice if I could do this: ``` mapper = DataFrameMapper([ ('COLUMN', [sklearn.preprocessing.LabelEncoder(), sklearn.preprocessing.OneHotEncoder()]), ]) ```