snowflake.snowpark.DataFrame.col

DataFrame.col(col_name: str) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.29.1/snowpark-python/src/snowflake/snowpark/dataframe.py#L1447-L1459)

Returns a reference to a column in the DataFrame.

Language: English