You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC: Clarify that is_scalar treats Enum members as scalars
- Updated docstring to explain exclusion rule clearly
- Added Enum example to documentation
The docstring now clearly states that anything except list, tuple,
numpy.ndarray, and pandas Series is treated as scalar, including
Enum members.
Fixes#62063
0 commit comments