-
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
While working through https://github.com/rapidsai/rmm/pull/1502, I've found myself struggling to debug problems of the form *"`rapids-build-backend` isn't doing what I want, but also isn't raising any…
-
I found a bug in pygdf.read_csv where it inserted null rows consisting of all None types. I checked the input CSV file, and it was fine. Further investigation showed this bug relates to files genera…
-
Using the newly merged strings_udf support, I'm trying to pass scalar arguments to a string UDF:
```
import cudf
df = cudf.DataFrame({"str_col": ["a", "abb", "abc"]})
def delim_count(row, deli…
-
**Is your feature request related to a problem? Please describe.**
I wish we can support to_utc_timestamp for US/Central timezone.
Such as
```
to_utc_timestamp(tz, 'US/Central')
```
This might be a…
-
This PR https://github.com/NVIDIA/spark-rapids/pull/5487 added the ability to convert a UDF that can throw SparkException into a catalyst expression with RaiseError.
Support for RaiseError was added …
-
This is a cross-RAPIDS tracking issue for the [epic described in this document](https://docs.google.com/document/d/1QsLQn17qexczFGbzjLzTkIiGztfaQvLu-DpNu2EPw1E/edit#heading=h.wdftxmu1lxt). Please refe…
-
I would like the profiler tool recommendations to optimize for OOM scenarios where there are stats from OOM retry metrics or OOM failed tasks that should allow adjustments for Spark RAPIDS settings to…
-
## 🐛 Bug
Running a model training in the rapids docker container with 1.4.0 is throwing segmentation fault error while calling `.backward()` function whereas it is working as expected with 1.3.1. p…