Skip to content

Commit 5fe4f9b

Browse files
committed
ERR: Improve error message for deprecated frequency aliases
1 parent 9296b6e commit 5fe4f9b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/core/series.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6073,9 +6073,7 @@ def eq(
60736073
Parameters
60746074
----------
60756075
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.
6076+
The second operand in this operation.
60796077
level : int or name
60806078
Broadcast across a level, matching Index values on the
60816079
passed MultiIndex level.

0 commit comments

Comments
 (0)