Multi-column operations#
Skrub provides various tools to extend the use of single column transformers to multiple columns.
- Operating over multiple columns at once
- Removing unneeded columns with
DropUninformativeandCleaner - Applying
DropUninformativeonly to a subset of columns - Skrub Selectors, for selecting columns in a dataframe
- Selecting based on dtype or data properties
- Categories of selectors
filter()andfilter_names()to select with user-defined criteria