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