Crate polars_core
source ·Re-exports§
- pub use hashing::IdBuildHasher;
Modules§
- The typed heart of every Series column.
- Data types supported by Polars.
- DataFrame module.
- Functions
- Everything you need to get started with Polars.
- randomrandom
- Type agnostic columnar data structure.
- Testing utilities.
Macros§
- Asserts that two expressions of typeDataFrameare equal according toDataFrame::equalsat runtime. If the expression are not equal, the program will panic with a message that displays both dataframes.
- 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§
- StringCacheHolderdtype-categoricalEnable the global string cache as long as the object is alive (RAII).
Statics§
- POOLNon-target_family="wasm"
Functions§
- disable_string_cachedtype-categoricalDisable and clear the global string cache.
- enable_string_cachedtype-categoricalEnable the global string cache.
- using_string_cachedtype-categoricalCheck whether the global string cache is enabled.