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