daft.expressions.col
daft.expressions.col#
- daft.expressions.col(name: str) daft.expressions.expressions.Expression [source]#
Creates an Expression referring to the column with the provided name
Example
>>> col("x")
- Parameters
name – Name of column
- Returns
Expression representing the selected column
- Return type