pyspark.sql.functions.
tan
Computes tangent of the input column.
New in version 1.4.0.
Column
angle in radians
tangent of the given value, as if computed by java.lang.Math.tan()