We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53b899 commit 8a0553fCopy full SHA for 8a0553f
pandas/core/indexes/base.py
@@ -206,7 +206,7 @@ class Index(IndexOpsMixin, PandasObject):
206
207
# tolist is not actually deprecated, just suppressed in the __dir__
208
_deprecations = DirNamesMixin._deprecations | frozenset(
209
- ["tolist", "dtype_str", "set_value"]
+ ["tolist", "dtype_str", "get_values", "set_value"]
210
)
211
212
# To hand over control to subclasses
0 commit comments