Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ test_bool
Function
test_bool
pandas/tests/test_col.py:349–351 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
347
348
# Unsupported ops
349
def
test_bool():
350
with
pytest.raises(TypeError, match=
"boolean value of an expression is ambiguous"
):
351
bool(pd.col(
"a"
))
352
353
354
def
test_iter():
Callers
nothing calls this directly
Calls
2
col
Method · 0.80
raises
Method · 0.45
Tested by
no test coverage detected