[BUG] ValueError
on slicing of dataframes with list or struct columns
#8537
Labels
3 - Ready for Review
Ready for review by team
bug
Something isn't working
Python
Affects Python cuDF API.
Milestone
Describe the bug
After merging #8373, taking slices of DataFrames with list or struct columns results in a
ValueError
.Steps/Code to reproduce bug
For list columns:
For struct columns:
Expected behavior
We would expect to see a slice of the input DataFrame with all but the first row; instead, we get the following:
Environment overview (please complete the following information)
branch-21.08
)Environment details
Click here to see environment details
Additional context
This problem does NOT occur when taking slices of the respective Series containing the columns; only the DataFrames are impacted.
The text was updated successfully, but these errors were encountered: