Module polars_core::prelude [−][src]
Expand description
Everything you need to get started with Polars.
Re-exports
pub use crate::chunked_array::arithmetic::Pow;
pub use crate::chunked_array::builder::ChunkedBuilder;
pub use crate::chunked_array::builder::NewChunkedArray;
pub use crate::chunked_array::iterator::IntoNoNullIterator;
pub use crate::chunked_array::iterator::PolarsIterator;
pub use crate::chunked_array::ops::*;
pub use crate::chunked_array::ChunkedArray;
pub use crate::datatypes;
pub use crate::datatypes::*;
pub use crate::error::PolarsError;
pub use crate::error::Result;
pub use crate::frame::hash_join::JoinType;
pub use crate::frame::DataFrame;
pub use crate::series::Series;
pub use crate::testing::*;
pub use crate::utils::IntoVec;
pub use crate::chunked_array::object::PolarsObject;
pub use crate::chunked_array::temporal::conversion::*;
Structs
A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
A logical DataType
and its associated metadata per
Arrow specification
An ordered sequence of Field
with optional metadata.
Enums
Traits
Aggregations that return Series of unit length. Those can be used in broadcasting operations.