pandas.Series.explode¶
Transform each element of a list-like to a row, replicating the index values.
New in version 0.25.0.
- return
Series Exploded lists to rows; index will be duplicated for these rows.
Warning
This feature is currently unsupported by Intel Scalable Dataframe Compiler