MCPcopy Create free account
hub / github.com/dask/dask / clip

Method clip

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

Source from the content-addressed store, hash-verified

362 return AsType(self, dtypes)
363
364 def clip(self, lower=None, upper=None, axis=None):
365 return Clip(self, lower=lower, upper=upper, axis=axis)
366
367 def combine_first(self, other):
368 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