MCPcopy
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
59def arr_utf(arr_float):
60 return np.abs(arr_float).astype("U")
61
62
63@pytest.fixture

Callers

nothing calls this directly

Calls 2

absMethod · 0.80
astypeMethod · 0.45

Tested by

no test coverage detected