[BUG] DataFrame.columns
returns a pd.Index
not a cudf.Index
#17481
Labels
bug
Something isn't working
DataFrame.columns
returns a pd.Index
not a cudf.Index
#17481
Describe the bug
When accessing the columns of a
cudf.DataFrame
initialized with with acolumns=cudf.Index(...)
, a pandas index is returned.Steps/Code to reproduce bug
Expected behavior
return a
cudf.Index
The text was updated successfully, but these errors were encountered: