MCPcopy
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
54def arr_str(arr_float):
55 return np.abs(arr_float).astype("S")
56
57
58@pytest.fixture

Callers

nothing calls this directly

Calls 2

absMethod · 0.80
astypeMethod · 0.45

Tested by

no test coverage detected