MCPcopy
hub / github.com/dask/dask / Sqrt

Class Sqrt

dask/dataframe/dask_expr/_expr.py:1926–1928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1924
1925
1926class Sqrt(Elemwise):
1927 _parameters = ["frame"]
1928 operation = np.sqrt
1929
1930
1931class ExplodeSeries(Blockwise):

Callers 2

_lowerMethod · 0.90
stdMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…