num_pipeline1 = Pipeline([ (\'imputer\', SimpleImputer(strategy = \'median\')), (\'scaler\', StandardScaler()) ])
How do you impute the trai