You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use ColumnBase.create more in cudf classic APIs (#21306)
Towards #21229
Namely,
* `list.get`
* `str.join`
* `explode`
Note: I added `tests/extension/test_arrow.py::test_str_join_string_type` to conftest-patch but expect to remove it again in a following PR. We need to enhance our dtype conversion utilities to convert between nested dtype variants like `cudf.ListDtype(object) -> pd.ArrowDtype(pa.string())`
Authors:
- Matthew Roeschke (https://github.com/mroeschke)
Approvers:
- GALI PREM SAGAR (https://github.com/galipremsagar)
URL: #21306
0 commit comments