1pub(crate) fn verbose() -> bool { 2 std::env::var("POLARS_VERBOSE").as_deref().unwrap_or("") == "1" 3}