ReshapingΒΆ

Reshaping transforms change the structure of the rows and fields.

  • Copy: Duplicate fields
    • Usage
  • Divide: Separate one field into two using a predicate
    • Usage
    • Example
  • Drop: Remove unneeded fields
    • Usage
  • Fold: Rotate many fields into one field
    • Usage
    • Examples
  • Iterate: Expand ragged records into multiple rows
    • Usage
  • Project: Compute a function value as a new field
    • Usage
  • Unfold: Rotate one field to many
    • Usage
    • Examples

textform

Navigation

Contents:

  • Transforms
    • Input/Output
    • Filtering
    • Splitting
    • Merging
    • Reformatting
    • Reshaping
    • Internals
  • Layouts

Related Topics

  • Documentation overview
    • Transforms
      • Previous: Replace: Rewrite a string using capture groups
      • Next: Copy: Duplicate fields

Quick search

©2021, Richard Wesley. | Powered by Sphinx 4.1.2 & Alabaster 0.7.12 | Page source