Exemple #1
0
    def to_filter(self):
        # TODO: move to api.py
        import ibis.expr.operations as ops

        return ops.SummaryFilter(self).to_expr()
Exemple #2
0
    def to_filter(self):
        import ibis.expr.operations as ops

        return ops.SummaryFilter(self).to_expr()