diff --git a/apply/src/apply.rs b/apply/src/apply.rs
index b35610e..3ff9f87 100644
--- a/apply/src/apply.rs
+++ b/apply/src/apply.rs
@@ -2,7 +2,7 @@ extern crate polars;
use polars::prelude::*;//{CsvReader, DataType, DataFrame, Series};
use polars::lazy::dsl;
-use polars::lazy::dsl::Expr;
+//use polars::lazy::dsl::Expr;
fn check_ptr<'a, T>(ptr: *mut T) -> &'a mut T {
unsafe {
@@ -21,6 +21,7 @@ impl ExprC {
}
}
+/*
//START_APPLY - monadic
fn do_apply_monadic(vals: Series) -> Result