rstoolbox.utils.
split_dataframe_rows
(df, column_selectors, row_delimiter=None)¶Given a dataframe in which certain columns are lists, it splits these lists
making new rows in the DataFrame
out of itself.
When multiple columns have lists of similar lengths, it assumes that same index positions on the list go in the same new row.
Parameters: |
---|