-
**Describe the bug**
A clear and concise description of what the bug is.
Even though I installed everything with cu11 when I try to import `cuml` I am getting an error:
line 137, in _setup_numb…
-
### Is this a new feature, an improvement, or a change to existing functionality?
Improvement
### How would you describe the priority of this feature request
Low (would be nice)
### Please provide…
-
We should support Pearson correlation in the Polars executor for both columns and grouped objects.
```python
import polars as pl
from functools import partial
from cudf_polars.callback import ex…
-
**Is your feature request related to a problem? Please describe.**
We currently rely on the hashed vocab file using `cudf.utils.hash_vocab_utils.hash_vocab`, we should move to using the `vocab file…
-
## Description
Created from @bdice's suggestion at https://github.com/rapidsai/cudf/pull/15245#discussion_r1617517646.
Some RAPIDS libraries do not have a direct CUDA dependency, but we're still…
-
**Describe the bug**
Reading a JSON file created from a Series `.to_json(path, orient='records', lines=True)` call leads to a `Input data is not a valid JSON file` when trying to read with `.read_jso…
-
It looks like our string to datetime utilities throws an error. This is a fairly common step while cleaning datasets, so it'd be nice to support it:
```python
import polars as pl
from functools i…
-
## Description
Created from @bdice's suggestion at https://github.com/rapidsai/cudf/pull/15245#discussion_r1617850787
RAPIDS projects' `dependencies.yaml` files should be modified such that the …
-
So as I am looking at these apis a few concerns are popping up for me.
One of the premises of the value of using cudf is the ability for us to define new primitivies to that interact with gdf_colum…
-
This came up as I was playing around with https://github.com/rapidsai/dask-cuda/blob/branch-0.16/dask_cuda/benchmarks/local_cudf_merge.py. I started seeing this import failure:
```
distributed.pro…