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.
- random
random
- Type agnostic columnar data structure.
- Testing utilities.
Macros§
- Asserts that two expressions of type
DataFrame
are equal according toDataFrame::equals
at 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§
- StringCacheHolder
dtype-categorical
Enable the global string cache as long as the object is alive (RAII).
Statics§
- POOLNon-
target_family="wasm"
Functions§
- disable_string_cache
dtype-categorical
Disable and clear the global string cache. - enable_string_cache
dtype-categorical
Enable the global string cache. - using_string_cache
dtype-categorical
Check whether the global string cache is enabled.