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 9296b6e commit 5fe4f9bCopy full SHA for 5fe4f9b
pandas/core/series.py
@@ -6073,9 +6073,7 @@ def eq(
6073
Parameters
6074
----------
6075
other : Series or scalar value
6076
- The second operand in this operation. Only `np.ndarray`, `list`, `tuple`,
6077
- and `Series` are considered "list-like" by pandas. All other types will
6078
- be treated as scalar values.
+ The second operand in this operation.
6079
level : int or name
6080
Broadcast across a level, matching Index values on the
6081
passed MultiIndex level.
0 commit comments