Skip to main content

eval_expr_row

Function eval_expr_row 

Source
pub fn eval_expr_row(
    df: &DataFrame,
    expr: &DExpr,
    row: usize,
) -> Result<ExprValue, String>
Expand description

Evaluate a DExpr at a single row of a DataFrame.