pyspark.sql.functions.col

pyspark.sql.functions。 上校 ( 上校:str )→pyspark.sql.column.Column

返回一个基于给定的列名称。

例子

> > >上校(“x”)列<“x”>> > >(“x”)列<“x”>