Skip to content

Issues: rapidsai/cudf

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Expose column chunk metadata in read_parquet_metadata() 3 - Ready for Review Ready for review by team breaking Breaking change cudf.polars Issues specific to cudf.polars cuIO cuIO issue feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#18579 opened Apr 25, 2025 by mhaseeb123 Loading…
3 tasks done
Allow datetime.timedelta objects in pylibcudf.Scalar.from_py improvement Improvement / enhancement to an existing function non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#18577 opened Apr 25, 2025 by mroeschke Loading…
3 tasks
[FEA] Support constructing pylibcudf.Column with objects implementing __arrow_c_stream__ feature request New feature or request pylibcudf Issues specific to the pylibcudf package
#18573 opened Apr 24, 2025 by mroeschke
Support datetime.datetime objects in pylibcudf.Scalar.from_py improvement Improvement / enhancement to an existing function non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#18572 opened Apr 24, 2025 by mroeschke Loading…
3 tasks
[FEA] Expose per-column, per-row-group uncompressed size in libcudf parquet metadata API feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. pylibcudf Issues specific to the pylibcudf package
#18571 opened Apr 24, 2025 by Matt711
Implement __dlpack__ dunder for pylibcudf columns CMake CMake build issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#18566 opened Apr 24, 2025 by seberg Draft
Replace deprecated host_buffer in favor of host_span in SourceInfo improvement Improvement / enhancement to an existing function non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#18503 opened Apr 15, 2025 by Matt711 Loading…
3 tasks done
Add cython bindings for cudf::table_to_device_array CMake CMake build issue feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#18498 opened Apr 15, 2025 by Matt711 Draft
3 tasks
Provide API to set/get the number of I/O threads CMake CMake build issue feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#18488 opened Apr 11, 2025 by kingcrimsontianyu Loading…
3 tasks done
Manage strings with NRT CMake CMake build issue pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#18453 opened Apr 8, 2025 by brandon-b-miller Draft
Support creating a pylibcudf Column from a host array feature request New feature or request non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#18425 opened Apr 3, 2025 by Matt711 Loading…
3 tasks done
Expose new grouped_range_rolling API in pylibcudf CMake CMake build issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#18365 opened Mar 25, 2025 by wence- Loading…
3 tasks done
[WIP] Support converting cuda array interface objects with masks to pylibcudf Columns feature request New feature or request non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#18320 opened Mar 19, 2025 by Matt711 Draft
3 tasks
Rewrite groupbys during IR translation CMake CMake build issue cudf.pandas Issues specific to cudf.pandas cudf.polars Issues specific to cudf.polars Java Affects Java cuDF API. libcudf Affects libcudf (C++/CUDA) code. pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#18286 opened Mar 14, 2025 by wence- Draft
3 tasks done
Add nvtext substring deduplication API 3 - Ready for Review Ready for review by team CMake CMake build issue feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API. strings strings issues (C++ and Python)
#18104 opened Feb 26, 2025 by davidwendt Draft
3 tasks done
[FEA] Support all libcudf aggregation kinds in pylibcudf feature request New feature or request pylibcudf Issues specific to the pylibcudf package
#17712 opened Jan 10, 2025 by mroeschke
[FEA] Expose runtime configurability of default stream behavior feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. pylibcudf Issues specific to the pylibcudf package
#17626 opened Dec 19, 2024 by vyasr
First pass of automation for pylibcudf type stubs pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#17438 opened Nov 25, 2024 by wence- Loading…
3 tasks done
[FEA] Support more flexible construction of nested columns in pylibcudf feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#17192 opened Oct 28, 2024 by vyasr
[BUG] Without providing metadata cannot round-trip struct columns via interop/from/to_arrow bug Something isn't working pylibcudf Issues specific to the pylibcudf package
#17061 opened Oct 11, 2024 by wence-
[FEA] Support direct construction of pylibcudf Scalars feature request New feature or request pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#17054 opened Oct 10, 2024 by vyasr
[FEA] Make pyarrow an optional dependency of pylibcudf feature request New feature or request pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#17046 opened Oct 10, 2024 by vyasr
[FEA] Support parquet row group skipping in Polars physical engine cudf.polars Issues specific to cudf.polars feature request New feature or request pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#16257 opened Jul 11, 2024 by beckernick
[FEA] test layout for pylibcudf feature request New feature or request pylibcudf Issues specific to the pylibcudf package
#16147 opened Jul 1, 2024 by wence-
[FEA] Consider fuzz testing with hypothesis feature request New feature or request pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API. tests Unit testing for project
#16129 opened Jun 28, 2024 by vyasr
ProTip! no:milestone will show everything without a milestone.