Navigation
PySpark master documentation
»
pyspark.sql.functions.cbrt
¶
pyspark.sql.functions.
cbrt
(
col
)
¶
Computes the cube-root of the given value.
New in version 1.4.
Navigation
PySpark master documentation
»