Skip to main content

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. If Nothing then all fields are added.
  • prefix: Prefix to add to the column names. By default the column name is used.
  • error_on_missing_columns: If True, an error is raised if a specified column is not found. If False, the missing column is ignored.