From 7341cbd0b5a7497bbac2cabc4e4c23ce662d7ca0 Mon Sep 17 00:00:00 2001 From: sft-managed Date: Fri, 22 Apr 2022 15:40:39 -0700 Subject: [PATCH] Remove note --- python/cudf/cudf/core/column/lists.py | 5 ----- 1 file changed, 5 deletions(-) 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: