MCPcopy
hub / github.com/pandas-dev/pandas / ne

Method ne

pandas/core/series.py:6956–6959  ·  view source on GitHub ↗
(self, other, level=None, fill_value=None, axis: Axis = 0)

Source from the content-addressed store, hash-verified

6954
6955 @Appender(ops.make_flex_doc("ne", "series"))
6956 def ne(self, other, level=None, fill_value=None, axis: Axis = 0) -> Series:
6957 return self._flex_method(
6958 other, operator.ne, level=level, fill_value=fill_value, axis=axis
6959 )
6960
6961 def le(self, other, level=None, fill_value=None, axis: Axis = 0) -> Series:
6962 """

Callers 1

Calls 1

_flex_methodMethod · 0.95

Tested by 1