Skip to content

Commit

Permalink
Update quantiles.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 authored Jun 5, 2024
1 parent d976635 commit 17169c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cudf/cudf/_lib/pylibcudf/quantiles.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ cpdef Table quantiles(
is_input_sorted: Sorted, default Sorted.NO
Whether the input table has been pre-sorted or not.
column_order: list, default None
A list of :py:class:`~cudf._lib.pylibcudf.types.Order` enums,
A list of :py:class:`~.types.Order` enums,
indicating the desired sort order for each column.
By default, will sort all columns so that they are in ascending order.
Ignored if `is_input_sorted` is `Sorted.YES`
null_precedence: list, default None
A list of :py:class:`~cudf._lib.pylibcudf.types.NullOrder` enums,
A list of :py:class:`~.types.NullOrder` enums,
indicating how nulls should be sorted.
By default, will sort all columns so that nulls appear before
all other elements.
Expand Down

0 comments on commit 17169c9

Please sign in to comment.