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

Method eq

dask/dataframe/dask_expr/_collection.py:4267–4268  ·  view source on GitHub ↗
(self, other, level=None, fill_value=None, axis=0)

Source from the content-addressed store, hash-verified

4265 return self._comparison_op(expr.NESeries, other, level, fill_value, axis)
4266
4267 def eq(self, other, level=None, fill_value=None, axis=0):
4268 return self._comparison_op(expr.EQSeries, other, level, fill_value, axis)
4269
4270 @derived_from(pd.Series)
4271 def value_counts(

Callers 4

test_case_whenFunction · 0.45
check_series_arithmeticsFunction · 0.45
check_frame_arithmeticsFunction · 0.45

Calls 1

_comparison_opMethod · 0.95

Tested by 4

test_case_whenFunction · 0.36
check_series_arithmeticsFunction · 0.36
check_frame_arithmeticsFunction · 0.36