Searched refs:makeIntIndex (Results 1 – 15 of 15) sorted by relevance
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/series/methods/ |
H A D | test_combine_first.py | 29 values = tm.makeIntIndex(20).values.astype(float) 30 series = Series(values, index=tm.makeIntIndex(20))
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/series/ |
H A D | test_api.py | 83 tm.makeIntIndex(10), 85 tm.makeIntIndex(10),
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexing/ |
H A D | test_floats.py | 146 @pytest.mark.parametrize("index_func", [tm.makeIntIndex, tm.makeRangeIndex]) 182 @pytest.mark.parametrize("index_func", [tm.makeIntIndex, tm.makeRangeIndex]) 379 @pytest.mark.parametrize("index_func", [tm.makeIntIndex, tm.makeRangeIndex]) 438 @pytest.mark.parametrize("index_func", [tm.makeIntIndex, tm.makeRangeIndex])
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexes/ |
H A D | test_setops.py | 26 (Int64Index, RangeIndex): (tm.makeIntIndex, tm.makeRangeIndex), 27 (Float64Index, Int64Index): (tm.makeFloatIndex, tm.makeIntIndex), 28 (Float64Index, RangeIndex): (tm.makeFloatIndex, tm.makeIntIndex),
|
H A D | test_base.py | 744 index = tm.makeIntIndex(3) 745 result = tm.makeIntIndex(3).map(lambda x: (x,)) 787 index = tm.makeIntIndex(3)
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/tseries/frequencies/ |
H A D | test_inference.py | 386 "idx", [tm.makeIntIndex(10), tm.makeFloatIndex(10), tm.makePeriodIndex(10)]
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/resample/ |
H A D | test_time_grouper.py | 79 ("Int64Index", tm.makeIntIndex),
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/series/indexing/ |
H A D | test_indexing.py | 260 series = Series(tm.makeIntIndex(20).astype(float), index=tm.makeIntIndex(20))
|
/dports/math/py-pandas/pandas-1.2.5/pandas/ |
H A D | conftest.py | 436 "int": tm.makeIntIndex(100),
|
H A D | _testing.py | 1929 def makeIntIndex(k=10, name=None): function 2196 "i": makeIntIndex,
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/groupby/ |
H A D | test_grouping.py | 155 tm.makeIntIndex,
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/reductions/ |
H A D | test_reductions.py | 32 tm.makeIntIndex(10, name="a"),
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/ |
H A D | test_strings.py | 1408 tm.makeIntIndex, 1562 tm.makeIntIndex,
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/formats/ |
H A D | test_format.py | 949 tm.makeIntIndex,
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/pytables/ |
H A D | test_store.py | 1061 tm.makeIntIndex, 4592 tm.makeIntIndex,
|