dataframe icon indicating copy to clipboard operation
dataframe copied to clipboard

Remove remnants of `recursively` from public API

Open Jolanrensen opened this issue 10 months ago • 2 comments

all() still returns a TransformableColumnSet<C> in the selection DSL as well as several others. The only reason this public type was different was the plan to allow post-fix modifications on column selections, like all().recursively(). Since we found this to be counterintuitive, we should change the public types back to ColumnSet (and perhaps clean up internal usage as well).

Jolanrensen avatar Jan 28 '25 16:01 Jolanrensen

@Jolanrensen Beta1 or 2?

zaleslaw avatar May 05 '25 14:05 zaleslaw

2 or later. It's not publicly visible, just a bit ugly and cumbersome

Jolanrensen avatar May 06 '25 11:05 Jolanrensen