Raise NotImplementedError in pivot
for cuDF if pivot_table
is called with observed=True
, backend is cuDF, and there are any categoricals
#1400
Labels
cuDF tests for pivot are failing: https://www.kaggle.com/code/marcogorelli/testing-cudf-in-narwhals?scriptVersionId=208170308
I think the simplest fix would be, in
narwhals/narwhals/_pandas_like/dataframe.py
Lines 851 to 858 in 89b24a5
to do something like
The text was updated successfully, but these errors were encountered: