eval_dataframe_method_simple

Function eval_dataframe_method_simple 

Source
pub fn eval_dataframe_method_simple(
    columns: &[DataFrameColumn],
    method: &str,
    args: &[Value],
) -> Result<Value, InterpreterError>
Expand description

Simple DataFrame method evaluation (for non-complex operations)

ยงComplexity

Cyclomatic complexity: 4 (within Toyota Way limits)