Feature Transformation -- SQLTransformer
Transform a data set using SQL. Use the __THIS__
placeholder as a proxy for the active table.
ft_sql_transformer(x, sql, ...)Arguments
| x | An object (usually a |
| sql | A SQL statement. |
| ... | Optional arguments; currently unused. |