Skip to content

Commit

Permalink
Implement rolling in pylibcudf (#14982)
Browse files Browse the repository at this point in the history
Contributes to #13921

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Matthew Roeschke (https://github.com/mroeschke)

URL: #14982
  • Loading branch information
vyasr authored Feb 8, 2024
1 parent d855d0e commit b2164c2
Show file tree
Hide file tree
Showing 18 changed files with 187 additions and 374 deletions.
1 change: 1 addition & 0 deletions docs/cudf/source/user_guide/api_docs/pylibcudf/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This page provides API documentation for pylibcudf.
groupby
join
reduce
rolling
scalar
table
types
Expand Down
6 changes: 6 additions & 0 deletions docs/cudf/source/user_guide/api_docs/pylibcudf/rolling.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
=======
rolling
=======

.. automodule:: cudf._lib.pylibcudf.rolling
:members:
16 changes: 0 additions & 16 deletions python/cudf/cudf/_lib/aggregation.pxd

This file was deleted.

Loading

0 comments on commit b2164c2

Please sign in to comment.