-
**Describe the bug**
We can have `null` values in a categorical column and a user can any time set values at an index to `` or even `np.nan`. We are currently not able to do so.
**Steps/Code to re…
-
**Describe the bug**
When we try to do `__setitem__` on a Dataframe with a numpy array it is being handled well, but not in the case of a cupy array.
**Steps/Code to reproduce bug**
```python
>>…
-
**Describe the bug**
When using `cugraph.pagerank` on a graph initialized with `float` values for the `edge_attr` parameter, the returned values are well outside the [0, 1] range expected by the Page…
-
- [x] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.
…
-
**Describe the bug**
Using the latest `libfaiss` package (1.7.0) causes the RAFT handle constructor to hang.
**Steps/Code to reproduce bug**
1. Create a fresh Conda environment from conda/environ…
hcho3 updated
3 years ago
-
Travis CI report: [here](https://travis-ci.org/lk-geimfari/mimesis/jobs/654638429?utm_medium=notification&utm_source=github_status)
-
**Describe the bug**
When replacement=True, axis=1, and n is greater than the number of columns, cudf.DataFrame.sample returns a dataframe with fewer than n samples.
**Steps/Code to reproduce bug*…
-
**Describe the bug**
When there is a pyarrow table with list array column, cudf is not able to convert the table to a cudf DataFrame.
**Steps/Code to reproduce bug**
```python
In[2]: import cudf…
-
**Describe the bug**
An equality comparison with `cudf.NA` is resulting in broadcast error. While comparison with `None` & `np.nan` don't throw any errors.
**Steps/Code to reproduce bug**
```pyth…
-
I know this is a few months old but would be nice if `address.state()` and `address.city()` worked like `address.country()`, I mean, if your locale is EN you should be getting addresses for the United…