python lit() function code example Example: pyspark lit column from pyspark.sql.functions import lit df.withColumn("columnName", lit(<value>))