swat.cas.table.CASTable.eval

CASTable.eval(self, expr, inplace=True, kwargs=None)

Evaluate a CAS table expression

Parameters
exprstring

The expression to evaluate

inplacebool, optional

If the expression contains an assignment and inplace=True, add the column to the existing table.

kwargsdict, optional

Not supported

Returns
CASColumn

If expr does not contain an assignment

None

If inplace=True and expr contains an assignment

CASTable

If inplace=False and expr contains an assignment