lists#

cudf._lib.pylibcudf.lists.explode_outer(Table input, size_type explode_column_idx) Table#

Explode a column of lists into rows.

All other columns will be duplicated for each element in the list.

Parameters:
inputTable

The input table

explode_column_idxint

The index of the column to explode

Returns:
Table

A new table with the exploded column