Closed martindurant closed 1 week ago
Uses the same transform pattern for df.ak + a or func(df.ak), to make them more similar to apply and ak.func (str, etc) patterns.
df.ak + a
func(df.ak)
(this will need some follow-up documentation and examples, but first I'll do the str dunders)
Uses the same transform pattern for
df.ak + a
orfunc(df.ak)
, to make them more similar to apply and ak.func (str, etc) patterns.