Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate quantile.pxd to pylibcudf #15874

Merged
merged 13 commits into from
Jun 6, 2024
Prev Previous commit
Next Next commit
another one
  • Loading branch information
lithomas1 committed Jun 4, 2024
commit 77ddf7186e0f1e5f32af3eabf0003107e289f996
3 changes: 2 additions & 1 deletion python/cudf/cudf/_lib/pylibcudf/quantiles.pxd
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Copyright (c) 2024, NVIDIA CORPORATION.
from libcpp.vector cimport vector

from cudf._lib.pylibcudf.libcudf.types cimport interpolation, sorted

from .column cimport Column
from .table cimport Table
from .types cimport interpolation, sorted


cpdef Column quantile(
Expand Down
Loading