-
- **Poetry version**: 1.2.2
- **Python version**: 3.10.6
- **OS version and name**: macOS 12.6, x86_64
- **pyproject.toml**:
```toml
[tool.poetry]
name = "poetry-test"
version = "0.1.0"
des…
-
**Describe the bug**
Today we can display interval index that contains no nulls
```python
In [34]: x = cudf.from_pandas(pd.IntervalIndex([pd.Interval(1, 2), pd.Interval(3, 4)]))
In [35]: x
Out[35…
-
**Describe the bug**
While performing a join/merge on two Index objects which have a common name in both of them there seems to be an error. This is a regression as the below example used to work in …
-
**Describe the bug**
While trying to create an Index object of `list` dtype, we are currently getting a `RecursionError`. Having `list` dtype support in `Index` would be essential incase of `.str.spl…
-
**Describe the bug**
When a pyarrow table containing duration types are being written to parquet, the cudf reader seems to reading the columns as `int64` as opposed to correct `timedelta64[..]` types…
-
**Describe the bug**
When trying to read a dataframe from file on Windows Subsystem for Linux (WSL) using a GPU-accelerated reader method (e.g. all the reader methods but `to_feather`), the operation…
-
**Describe the bug**
When trying to write a dataframe to file on Windows Subsystem for Linux (WSL) using a GPU-accelerated writer method (e.g. all the writer methods but `to_feather`), the operation …
-
**Describe the bug**
We've been investigating an issue with Dask's new P2P shuffle algorithm where arrow tables are [converted to cuDF in this line](https://github.com/rapidsai/cudf/blob/branch-23.08…
-
Tab autocomplete in python interactive shell unavailable when using Python versions 3.9, 3.10 or 3.11.
Python documents this feature: https://docs.python.org/3.11/tutorial/interactive.html#tab-comp…
-
**Describe the bug**
When `cudf` is built with `cuda-11.5`, there seems to be a data-corruption while reading a parquet file with `cudf` engine. It seems to be the case for multiple columns, see exam…