We only support map, filter, reduce, and equijoin in our Pandas integration. We should add the split and gather operators, as well as our rewriting logic.
Adding rewriting logic may be quite complicated, because user pipelines may have operations beyond the semantic operators. But we should at least be able to add the split and gather operators.