We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85ab96 commit a0769ffCopy full SHA for a0769ff
pandas/core/series.py
@@ -6071,9 +6071,7 @@ def eq(
6071
Parameters
6072
----------
6073
other : Series or scalar value
6074
- The second operand in this operation. Only `np.ndarray`, `list`, `tuple`,
6075
- and `Series` are considered "list-like" by pandas. All other types will
6076
- be treated as scalar values.
+ The second operand in this operation.
6077
level : int or name
6078
Broadcast across a level, matching Index values on the
6079
passed MultiIndex level.
0 commit comments