Closed
Description
/home/runner/work/pandas/pandas/asv_bench/benchmarks/algorithms.py:79: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.NumericIndex with the appropriate dtype instead.
"int": pd.Int64Index(np.arange(N)),
/home/runner/work/pandas/pandas/asv_bench/benchmarks/algorithms.py:80: FutureWarning: pandas.UInt64Index is deprecated and will be removed from pandas in a future version. Use pandas.NumericIndex with the appropriate dtype instead.
"uint": pd.UInt64Index(np.arange(N)),
/home/runner/work/pandas/pandas/asv_bench/benchmarks/algorithms.py:81: FutureWarning: pandas.Float64Index is deprecated and will be removed from pandas in a future version. Use pandas.NumericIndex with the appropriate dtype instead.
"float": pd.Float64Index(np.random.randn(N)),
For parameters: True, 'first', 'uint'
xref #43028
cc @topper-123