swat.cas.table.CASTable.eval

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

Evaluate a CAS table expression

Parameters:
expr : string

The expression to evaluate

inplace : bool, optional

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

kwargs : dict, 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