PerColumnImputer.
transform
Transforms input data by imputing missing values.
X (ww.DataTable, pd.DataFrame or np.ndarray) – The input training data of shape [n_samples, n_features] to transform.
y (ww.DataColumn, pd.Series, optional) – The target training data of length [n_samples]. Ignored.
Transformed X
pd.DataFrame