Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ arr_utf
Function
arr_utf
pandas/tests/test_nanops.py:59–60 ·
view source on GitHub ↗
(arr_float)
Source
from the content-addressed store, hash-verified
57
58
@pytest.fixture
59
def
arr_utf(arr_float):
60
return
np.abs(arr_float).astype(
"U"
)
61
62
63
@pytest.fixture
Callers
nothing calls this directly
Calls
2
abs
Method · 0.80
astype
Method · 0.45
Tested by
no test coverage detected