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 bc193e4 commit ea392f0Copy full SHA for ea392f0
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