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
There is a growing list of feature requests for swifter. I am currently working on implementing a robust version of a swifter.groupby.apply functionality but am running into some optimization issues.
The combine feature sounds useful, and I will certainly see what I can do to include it as the library gets built out more. Happily accepting pull requests in the meantime until I get a chance to work on this feature though.
s1.swifter.combine(s2, fct)
AttributeError: 'SeriesAccessor' object has no attribute 'combine'
The text was updated successfully, but these errors were encountered: