Searched refs:sint_dtype (Results 1 – 3 of 3) sorted by relevance
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/series/indexing/ |
H A D | test_where.py | 11 def test_where_unsafe_int(sint_dtype): argument 12 s = Series(np.arange(10), dtype=sint_dtype) 16 expected = Series(list(range(2, 7)) + list(range(5, 10)), dtype=sint_dtype)
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/frame/indexing/ |
H A D | test_where.py | 311 def test_where_bug_mixed(self, sint_dtype): 315 "a": np.array([1, 2, 3, 4], dtype=sint_dtype),
|
/dports/math/py-pandas/pandas-1.2.5/pandas/ |
H A D | conftest.py | 1130 def sint_dtype(request): function
|