polars.Series.explode#
- Series.explode() Series[source]#
 Explode a list Series.
This means that every item is expanded to a new row.
- Returns:
 - Series
 Series with the data type of the list elements.
See also
Series.list.explodeExplode a list column.
Series.str.explodeExplode a string column.