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

Method rsub

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

Source from the content-addressed store, hash-verified

7185
7186 @Appender(ops.make_flex_doc("rsub", "series"))
7187 def rsub(self, other, level=None, fill_value=None, axis: Axis = 0) -> Series:
7188 return self._flex_method(
7189 other, roperator.rsub, level=level, fill_value=fill_value, axis=axis
7190 )
7191
7192 def mul(
7193 self,

Callers

nothing calls this directly

Calls 1

_flex_methodMethod · 0.95

Tested by

no test coverage detected