You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`into(col1, col2, ... )` — store split values in new top-level columns
61
-
*`inward(col1, col2, ...)` — store split values in new columns nested inside original column
62
-
*`intoColumns` — split[`FrameColumn`](DataColumn.md#framecolumn) into [`ColumnGroup`](DataColumn.md#columngroup) storing in every cell a `List` of original values per every column
61
+
*`into(col1, col2, ... )` — stores split values in new top-level columns
62
+
*`inward(col1, col2, ...)` — stores split values in new columns nested inside the original column
63
+
*`intoColumns` — splits[`FrameColumns`](DataColumn.md#framecolumn) into [`ColumnGroups`](DataColumn.md#columngroup) storing in every cell in a `List` of the original values per column
63
64
64
65
**Reverse operation:**[`merge`](merge.md)
65
66
66
-
`columnNamesGenerator` is used to generate names for additional columns when the list of explicitly specified `columnNames` was not long enough. `columnIndex` starts with `1` for the first additional column name.
67
+
`columnNamesGenerator` is used to generate names for additional columns when the list of explicitly specified `columnNames` is not long enough.
68
+
`columnIndex` starts with `1` for the first additional column name.
0 commit comments