ibis.expr.api.TableExpr.projection¶
-
TableExpr.
projection
(table, exprs)¶ Compute new table expression with the indicated column expressions from this table.
Parameters: exprs : column expression, or string, or list of column expressions and
strings. If strings passed, must be columns in the table already
Returns: projection : TableExpr