transformers.DataFrameSelector¶
-
class
transformers.DataFrameSelector(key)[source]¶ Transforms a DataFrame into a Series by selecting a single column by key.
Methods
__init__(key)fit(df[, y])fit_transform(X[, y])Fit to data, then transform it. get_params([deep])Get parameters for this estimator. set_params(**params)Set the parameters of this estimator. transform(df)Attributes
DEFAULT_PIPELINE_NAME