MCPcopy Index your code
hub / github.com/dask/dask / clip

Method clip

dask/dataframe/dask_expr/_expr.py:363–364  ·  view source on GitHub ↗
(self, lower=None, upper=None, axis=None)

Source from the content-addressed store, hash-verified

361 return AsType(self, dtypes)
362
363 def clip(self, lower=None, upper=None, axis=None):
364 return Clip(self, lower=lower, upper=upper, axis=axis)
365
366 def combine_first(self, other):
367 if are_co_aligned(self, other):

Callers 8

test_clipFunction · 0.45
clamp_arrow_datetimesMethod · 0.45
test_clipFunction · 0.45
test_clipFunction · 0.45
test_clip_axis_0Function · 0.45
test_clip_axis_1Function · 0.45

Calls 1

ClipClass · 0.85

Tested by 8

test_clipFunction · 0.36
clamp_arrow_datetimesMethod · 0.36
test_clipFunction · 0.36
test_clipFunction · 0.36
test_clip_axis_0Function · 0.36
test_clip_axis_1Function · 0.36