We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3392800 commit c63e7daCopy full SHA for c63e7da
third_party/bigframes_vendored/pandas/core/indexes/base.py
@@ -987,7 +987,7 @@ def drop(self, labels) -> Index:
987
labels (array-like or scalar):
988
989
Returns:
990
- Index: Will be same type as self.
+ bigframes.pandas.Index: Will be same type as self.
991
"""
992
raise NotImplementedError(constants.ABSTRACT_METHOD_ERROR_MESSAGE)
993
0 commit comments