Trait polars::chunked_array::object::PolarsObject
source · [−]pub trait PolarsObject: Any + Debug + Clone + Send + Sync + Default + Display + Hash + PartialEq<Self> + Eq {
fn type_name() -> &'static str;
}
This is supported on crate feature
object
only.Expand description
Values need to implement this so that they can be stored into a Series and DataFrame