Module: Kiba::Extend::Transforms::Reshape

Defined in:
lib/kiba/extend/transforms/reshape.rb,
lib/kiba/extend/transforms/reshape/simple_pivot.rb,
lib/kiba/extend/transforms/reshape/fields_to_field_group_with_constant.rb

Overview

Transformations which significantly change the shape of the data without adding new rows.

See also:

  • Collapse transforms, which reduce the number of fields by combining them in various ways
  • Explode transforms, which change the shape and add new rows

Defined Under Namespace

Classes: FieldsToFieldGroupWithConstant, SimplePivot