@extends("base.html") @require(htmlbase, view, pluginbase) @def content():

Transforms

Apply simple data transforms to prepare data for analysis
Martin A. Fitzpatrick

Introduction

Transformation of data can be an important step in preparation for analysis. This simple plugin offers a number of basic transformations that you can apply to data.

Quick start

Select source data and set the configuration options for transformations. The transformed data will be available for subsequent analysis.

@end