You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List[Tuple[int, str]]: List of tuples where each tuple contains (dataframe_index, display_value).
247
-
The dataframe_index (int) can be used with as_court() to retrieve the full court object.
248
-
The display_value (str) is the court's name or other display column value.
246
+
List[Tuple[int, str]]: List of tuples where each tuple contains (dataframe_index, display_value). The dataframe_index (int) can be used with as_court() to retrieve the full court object. The display_value (str) is the court's name or other display column value.
the search_string in a case-insensitive manner. Defaults to None.
350
348
351
349
Returns:
352
-
List[Tuple[int, str]]: List of tuples where each tuple contains (dataframe_index, display_value).
353
-
The dataframe_index (int) can be used with as_court() to retrieve the full court object.
354
-
The display_value (str) is the court's name or other display column value.
350
+
List[Tuple[int, str]]: List of tuples where each tuple contains (dataframe_index, display_value). The dataframe_index (int) can be used with as_court() to retrieve the full court object. The display_value (str) is the court's name or other display column value.
355
351
"""
356
352
returnself.filter_courts(
357
353
court_types=county_name,
@@ -385,9 +381,7 @@ def filter_courts(
385
381
the search_string in a case-insensitive manner. Defaults to None.
386
382
387
383
Returns:
388
-
List[Tuple[int, str]]: List of tuples where each tuple contains (dataframe_index, display_value).
389
-
The dataframe_index (int) can be used with as_court() to retrieve the full court object.
390
-
The display_value (str) is the court's name or other display column value.
384
+
List[Tuple[int, str]]: List of tuples where each tuple contains (dataframe_index, display_value). The dataframe_index (int) can be used with as_court() to retrieve the full court object. The display_value (str) is the court's name or other display column value.
0 commit comments