Riccardo Cappuzzo
Riccardo Cappuzzo
> How about we don't touch anything on the TableReport. People like it as such In general I agree. The problem is that, if we want to add more information...
> Hi, I’d like to take this issue. My plan is to add a select_list selector that detects columns containing list-like values (lists or tuples). It’ll follow the same structure...
To expand a bit on the final point, Pandas has both nullable and numpy dtypes (let's forget about pandas 3 for the moment...). Off the top of my head I...
TIL about wrap_transformer. Looking at the code, it uses `ApplyToCols` if the transformer is a single column transformer, and `ApplyToFrame` if it does not. I think this is already good...
I suggested "Apply" because we're already using "ApplyToCols" and "ApplyToFrame", but I agree it's too generic. Maybe "ApplyTransformer"? Or "TransformCols"? I don't think "OnCols" is much clearer in its intent
Summary from the skrub meeting. - The current ApplyToCols and ApplyToFrame should be renamed, and should remain available to the user in the main skrub namespace. - The new object...