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
The current approach of using modin.core.dataframe.algebra module to define custom operators is quite bulky and hard to understand. We can do better than that by simplifying this up to one wrapper function that would do all the dirty work.