pyspark.sql.functions.asc_nulls_last

pyspark.sql.functions.asc_nulls_last(col: ColumnOrName) → pyspark.sql.column.Column

Returns a sort expression based on the ascending order of the given column name, and null values appear after non-null values.