-
I am having trouble joining the output of cuml.dask.preprocessing.OneHotEncoder with the source dask_cudf. What is a correct way to do that?
1. Create dask_cudf
```
orig = pd.DataFrame({"one": np…
-
Namibia has the two-digit ISO3166-2 code 'NA'. It doesn't appear in `ddf--entitites--geo--country.csv`. I'm guessing it got turned from a string into an actual NA value somewhere down the line and has…
-
I tried to prepare ddf project in order to use mapchart. Is it possible to use the mapchart in gapminder offline with my data? Currently I can use just Bubbles, Rankings and line when I want to import…
-
So far I've modified DDF to save the imaging weights, and also updated DynSpecMS to take them into account. Will post the results as they come.
-
I have got the following Error messages:
```
> ddF
-
**Describe the bug**
`dask_cudf.DataFrame.values` shows `chunktype` of `numpy.ndarray` but it is actually `cupy.ndarray`.
**Steps/Code to reproduce bug**
```
import cudf
import dask_cudf
df = …
-
I'm trying to set up the merge of two dataframes with a `CategoricalIndex` but am getting a confusing traceback (see below). I could track down the issue to the [align_partitions](https://github.com/d…
-
**What happened**:
The following error:
```
ValueError: The columns in the computed data do not match the columns in the provided metadata
Extra: [0]
Missing: ['index']
```
**What…
-
https://github.com/dask/dask/actions/runs/7094083759/job/19308695802?pr=10669
```python
____________________________ test_setitem_hardmask ____________________________
[gw0] win32 -- Python 3.11.…
-
**Minimal Complete Verifiable Example**:
```python
import numpy as np
import pandas as pd
import dask.dataframe as dd
df = pd.DataFrame([[4,np.asarray([[2, 7]])],[2,np.asarray([[0,5],[1,1]]…