Separate a Vector Column into Scalar Columns
Given a vector column in a Spark DataFrame, split that
into n
separate columns, each column made up of
the different elements in the column column
.
sdf_separate_column(x, column, into = NULL)
x |
A |
column |
The name of a (vector-typed) column. |
into |
A specification of the columns that should be
generated from |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.