Skip to content

Commit

Permalink
docs: update bigframes.pandas.index docs return types (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
arwas11 authored Dec 11, 2024
1 parent 3392800 commit c63e7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/bigframes_vendored/pandas/core/indexes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ def drop(self, labels) -> Index:
labels (array-like or scalar):
Returns:
Index: Will be same type as self.
bigframes.pandas.Index: Will be same type as self.
"""
raise NotImplementedError(constants.ABSTRACT_METHOD_ERROR_MESSAGE)

Expand Down

0 comments on commit c63e7da

Please sign in to comment.