pyspark.sql.functions.collate# pyspark.sql.functions.collate(col, collation)[source]# Marks a given column with specified collation. New in version 4.0.0. Parameters colColumn or strTarget string column to work on. collationstrTarget collation name. Returns ColumnA new column of string type, where each value has the specified collation.