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
TST: Add tests for logical operators in pd.col Expression class
Add comprehensive tests for the new logical operators (__and__, __or__,
__xor__, __invert__) in the Expression class:
- test_col_logical_ops: Parametrized tests for &, |, ^, ~ operators
with both column-to-column and column-to-scalar operations
- test_col_logical_ops_combined: Integration test demonstrating
real-world usage in DataFrame.loc[] with combined conditions
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments