Table.expand_column
expand_columncolumnsfieldsprefixerror_on_missing_columns
Group: Calculations
Documentation
Expand a column of objects to a new set of columns.
Arguments
columns: The column(s) to expand.fields: The set fields to expand. IfNothingthen all fields are added.prefix: Prefix to add to the column names. By default the column name is used.error_on_missing_columns: IfTrue, an error is raised if a specified column is not found. IfFalse, the missing column is ignored.