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
Describe the bug pd.MultiIndex.values generates a numpy array of tuples. However cudf.MultiIndex.values only returns a cupy array - however there is no support to store tuples in cupy arrays. Hence, at least when pandas-compatibility mode is turned on, we need to throw an error.
Describe the bug
pd.MultiIndex.values
generates a numpy array of tuples. Howevercudf.MultiIndex.values
only returns a cupy array - however there is no support to store tuples in cupy arrays. Hence, at least when pandas-compatibility mode is turned on, we need to throw an error.Steps/Code to reproduce bug
Expected behavior
Raise an error.
Environment overview (please complete the following information)
The text was updated successfully, but these errors were encountered: