diff --git a/python/cudf/cudf/core/column/lists.py b/python/cudf/cudf/core/column/lists.py index fe6d0e17ab0..7c78c66d461 100644 --- a/python/cudf/cudf/core/column/lists.py +++ b/python/cudf/cudf/core/column/lists.py @@ -497,11 +497,6 @@ def index(self, search_key: Union[ScalarLike, ColumnLike]) -> ParentType: 1 2 1 dtype: int32 - - Notes - ----- - ``index`` only supports list search operations on numeric types, - decimals, chrono types, and strings. """ try: