-
**Describe the bug**
We have the `num_rows` parameter which allows us to define how many rows to be read-in from the avro file. This parameter seems to be non-functional.
**Steps/Code to reproduce…
-
**Describe the bug**
When attempting to use the cumulative aggregation functions on a groupby of a frame or series with nulls (i.e. `df.groupby("x").cumsum()`), we get a `ValueError`.
**Steps/Code…
-
**Describe the bug**
When we try writing a dataframe that has `ListColumn` with large number of rows, we are getting a runtime error that says `cudaErrorIllegalAddress`.
**Steps/Code to reproduce …
-
**Describe the bug**
Looks like the `timestamp` values written into avro files are not being inferred by cudf while reading an avro file.
**Steps/Code to reproduce bug**
AVRO FILE(compressed wi…
-
**Describe the issue**:
pytest is failing in some units.
**Environment**:
- Dask version:
- Python version: 3.8.15
- Operating System: Linux x86/64
- Install method (conda, pip, source): VC…
-
**Describe the bug**
I tried to build and test cudf v21.12.00 on ppc64le platform with CUDA.
I encounter 196 test failures:
```
=============================================== short test summary i…
-
**Describe the bug**
I am testing [uvm.ipynb](https://github.com/rapidsai/cugraph/blob/branch-22.04/notebooks/demo/uvm.ipynb) and encounter a RuntimeError on the "Create a graph" block on the call to…
-
**Describe the bug**
When writing a cudf dataframe to a parquet file, on `branch-23.04` there is an OOM happening consistently.
**Steps/Code to reproduce bug**
```python
In [1]: import numpy …
-
**Describe the bug**
When the value of `skiprows` parameter in `read_parquet` is greater than the number of rows, we seem to raise an exception. But this is not the case in other readers for example …
-
Here's a reproduction:
```python
import factory
from pytest_factoryboy import register
@register
class OAuthPayloadFactory(factory.DictFactory):
"""Fake factory for OAuth payload respo…