polars.Series.cbrt# Series.cbrt() → Series[source]# Compute the cube root of the elements. Optimization for >>> pl.Series([1, 2]) ** (1.0 / 3) shape: (2,) Series: '' [f64] [ 1.0 1.259921 ]