Searched refs:rands_array (Results 1 – 12 of 12) sorted by relevance
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/util/ |
H A D | test_util.py | 16 arr = tm.rands_array(5, size=10) 22 arr = tm.rands_array(7, size=(10, 10))
|
H A D | test_hashing.py | 271 s = tm.rands_array(length, 2)
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/series/indexing/ |
H A D | test_numeric.py | 34 s = Series(tm.rands_array(5, 10), index=tm.rands_array(10, 10))
|
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/compat/ |
H A D | pandas.py | 139 def rands_array(nchars, size, dtype="O"): function 162 index = pd.Index(rands_array(nchars=10, size=n), name=None)
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/formats/ |
H A D | test_format.py | 1141 df = DataFrame(tm.rands_array(25, size=(10, max_cols - 1))) 1168 df = DataFrame(tm.rands_array(25, size=(10, max_cols - 1))) 1188 midx = MultiIndex.from_arrays(tm.rands_array(5, size=(2, 10))) 1190 df = DataFrame(tm.rands_array(25, size=(10, max_cols - 1)), index=midx) 1210 midx = MultiIndex.from_arrays(tm.rands_array(5, size=(2, 10))) 1213 tm.rands_array(25, (10, max_cols - 1)), index=midx, columns=mcols 1231 df = DataFrame(tm.rands_array(25, size=(10, max_cols - 1))) 1787 df = DataFrame(tm.rands_array(25, size=(10, max_cols - 1))) 1791 wide_df = DataFrame(tm.rands_array(25, size=(10, max_cols + 1))) 1801 df = DataFrame(tm.rands_array(25, size=(10, len(mcols))), columns=mcols) [all …]
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/groupby/ |
H A D | test_rank.py | 11 lev1 = tm.rands_array(10, 100) 12 lev2 = tm.rands_array(10, 130)
|
H A D | test_groupby.py | 1156 index = Index(tm.rands_array(10, 100))
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/frame/ |
H A D | test_repr_info.py | 227 df = DataFrame(np.random.randn(10, 20), columns=tm.rands_array(10, 20))
|
/dports/math/py-pandas/pandas-1.2.5/pandas/ |
H A D | _testing.py | 534 def rands_array(nchars, size, dtype="O"): function 1900 return Index(rands_array(nchars=10, size=k), name=name) 1909 x = rands_array(nchars=4, size=n)
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/reshape/merge/ |
H A D | test_multi.py | 217 key1 = tm.rands_array(10, 10000)
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/arithmetic/ |
H A D | test_numeric.py | 862 vals = Series(tm.rands_array(5, 10))
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/pytables/ |
H A D | test_store.py | 124 {"a": tm.rands_array(100, size=10)}, index=tm.rands_array(100, size=10)
|