Skip to content

ASV / DEPR: remove deprecated usages if possible from asv's for pd.*Index types #43586

Closed
@jreback

Description

@jreback
  /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

Metadata

Metadata

Assignees

No one assigned

    Labels

    BenchmarkPerformance (ASV) benchmarksDeprecateFunctionality to remove in pandas

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions