Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jreback opened this issue Sep 15, 2021 · 0 comments · Fixed by #43658
Closed

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

jreback opened this issue Sep 15, 2021 · 0 comments · Fixed by #43658
Labels
Benchmark Performance (ASV) benchmarks Deprecate Functionality to remove in pandas
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Sep 15, 2021

  /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

@jreback jreback added Deprecate Functionality to remove in pandas Benchmark Performance (ASV) benchmarks labels Sep 15, 2021
@jreback jreback added this to the Contributions Welcome milestone Sep 15, 2021
@jreback jreback modified the milestones: Contributions Welcome, 1.4 Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Benchmark Performance (ASV) benchmarks Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant