You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MRG + 1] ENH: allow to pass callable as column specifier in ColumnTransformer (#11592)
* define select_types callable factory
* include dtype column selector example
* support selector function for remainder=passthrough (already worked for drop)
* add docstring to example file. apparently sphinx fails if missing
* remove example and select_dtype factory
* generalize callable case (all specification types) + add tests
* add docstring
0 commit comments