Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit c63e7da

Browse files
authored
docs: update bigframes.pandas.index docs return types (#1191)
1 parent 3392800 commit c63e7da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • third_party/bigframes_vendored/pandas/core/indexes

third_party/bigframes_vendored/pandas/core/indexes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ def drop(self, labels) -> Index:
987987
labels (array-like or scalar):
988988
989989
Returns:
990-
Index: Will be same type as self.
990+
bigframes.pandas.Index: Will be same type as self.
991991
"""
992992
raise NotImplementedError(constants.ABSTRACT_METHOD_ERROR_MESSAGE)
993993

0 commit comments

Comments
 (0)