pyspark.sql.functions.
column
Returns a Column based on the given column name.’ Examples ——– >>> col(‘x’) Column<’x’> >>> column(‘x’) Column<’x’>
Column
New in version 1.3.