-
Notifications
You must be signed in to change notification settings - Fork 167
Data Transformations
To add a new data transformation to the pipeline, click the New Transform
button and choose a transformation from the list. After filling out the transformation's properties, click Add To Pipeline.
The transformation will now appear above the data table, which will have updated to reflect new data fields and values.
This transformation removes unwanted items from the pipeline. Drag data fields into the The Note: You cannot simply type the name of a data field into the |
|
Sort the data according to the field dragged to the `By` property in the specified `Order`. |
|
The formula transform extends the dataset according to a calculation formula. Data fields can be dragged to Note: You cannot simply type the name of a data field into the In the |
|
|
This transform organizes a dataset into "groups" or "facets". Multiple data fields can be dragged to the transform's These data groups correspond to visual groups (right), which are automatically generated by Lyra when a mark is set to use a grouped pipeline. A visual group's We get one visual group per data group and then, for marks within the visual group, one mark per data element within the data group. As a result, the group by transformation is an effective way for automatically generating small multiple displays. Groups laid out horizontally or vertically can also be created more quickly by dragging a data field over the group dropzones which hug the edge of the current layer. |
Once a group by transformation is applied to a pipeline, a number of aggregate statistics can be calculated for numeric fields over each group separately. Once a data field is dragged to a property, hover over it and click the arrow. This displays a popover from which a statistic can be chosen. Lyra currently supports |