You are viewing documentation about an older version (1.18.0). View latest version

snowflake.snowpark.DataFrame.col

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

Returns a reference to a column in the DataFrame.

Language: English