intake / akimbo

For when your data won't fit in your dataframe
https://akimbo.readthedocs.io
BSD 3-Clause "New" or "Revised" License
33 stars 6 forks source link

map ufuncs and dunder ops #82

Closed martindurant closed 1 week ago

martindurant commented 3 weeks 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.

martindurant commented 1 week ago

(this will need some follow-up documentation and examples, but first I'll do the str dunders)