daft.col

Contents

daft.col#

daft.col(name: str) 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:

Expression