NVIDIA / NVIDIA/cudf

[FEA] Adapt to `Series.str.cat` index dtype changes in pandas 3.0

Open
#21,123 0 comments 0 reactions 0 assignees View on GitHub
feature request Python
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

In pandas 3.0, `Series.str.cat` when passing an `other` of pandas objects will now return a `Series.index` of a type that is a result of a `concat` of all the indexes. Before, the callers `Series.index` was just used in the result.

This is a cause of the xfails in `test_string_cat`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.