pub trait DataFrameUdfMut: Send + Sync { // Required method fn call_udf(&mut self, df: DataFrame) -> PolarsResult<DataFrame>; }