Lucid.CSV.CreateFromFormula¶
This task type creates a new table from evaluation of formulas to a CSV file. This new table can be of a different shape / length and use grouping via full DataFrame access.
Supported functions and operators:
sincostanasinacosatanatan2sinhcoshtanhasinhacoshatanhfloorceilingfracexplogsincmaxminsqrtabssign+-*/%**orand^==!=>>=<<=()TrueFalsePiecewise... if ... else ...
Full DataFrame access:
df(Full DataFrame object)df.column1.median(),df.column1.mean(),df.column1.std(), …df.groupby('group_column1', group_keys=False)polyfit(df.x, df.y, degree)row(Full row Series object),row.name(row index)