Crate polars_core
source ·Re-exports
pub use hashing::IdBuildHasher;
Modules
- The typed heart of every Series column.
- Data types supported by Polars.
- doc
docsOther documentation - DataFrame module.
- Functions
- Everything you need to get started with Polars.
- Type agnostic columnar data structure.
- Testing utilities.
Macros
- Apply a macro on the Downcasted ChunkedArray’s of DataTypes that are logical numerics. So no logical.
- Apply a macro on the Downcasted ChunkedArray’s of DataTypes that are logical numerics. So no logical.
- Apply a macro on the Downcasted ChunkedArray’s
- Apply a macro on the Series
- Apply a macro on the Series
Structs
- IUseStringCache
dtype-categoricalRAII for the string cache If an operation creates categoricals and uses them in a join or comparison that operation must hold this cache vialet handle = IUseStringCache::hold()The cache is valid untilhandleis dropped.
Statics
- POOLNon-
target_family="wasm"
Functions
- enable_string_cache
dtype-categoricalUse a global string cache for the Categorical Types. - reset_string_cache
dtype-categoricalReset the global string cache used for the Categorical Types. - using_string_cache
dtype-categoricalCheck if string cache is set. - with_string_cache
dtype-categorical