pyspark.sql.functions.
bin
Returns the string representation of the binary value of the given column.
Examples
>>> df.select(bin(df.age).alias('c')).collect() [Row(c='10'), Row(c='101')]
previous
pyspark.sql.functions.atan2
next
pyspark.sql.functions.cbrt