Re-exports§
pub use datatypes::SchemaExtPl;
pub use hashing::IdBuildHasher;
Modules§
- chunked_
array - The typed heart of every Series column.
- config
- datatypes
- Data types supported by Polars.
- error
- fmt
- frame
- DataFrame module.
- functions
- Functions
- hashing
- prelude
- Everything you need to get started with Polars.
- random
random
- scalar
- schema
- serde
serde
- series
- Type agnostic columnar data structure.
- testing
- Testing utilities.
- utils
Macros§
- apply_
method_ all_ arrow_ series - apply_
method_ physical_ integer - apply_
method_ physical_ numeric - assert_
df_ eq - Asserts that two expressions of type
DataFrame
are equal according toDataFrame::equals
at runtime. - df
- downcast_
as_ macro_ arg_ physical - Apply a macro on the Downcasted ChunkedArrays of DataTypes that are logical numerics. So no logical.
- downcast_
as_ macro_ arg_ physical_ mut - Apply a macro on the Downcasted ChunkedArrays of DataTypes that are logical numerics. So no logical.
- match_
arrow_ dtype_ apply_ macro_ ca - Apply a macro on the Downcasted ChunkedArrays
- match_
dtype_ to_ logical_ apply_ macro - Apply a macro on the Series
- match_
dtype_ to_ physical_ apply_ macro - Apply a macro on the Series
- with_
match_ physical_ float_ polars_ type - with_
match_ physical_ float_ type - with_
match_ physical_ integer_ polars_ type - with_
match_ physical_ integer_ type - with_
match_ physical_ numeric_ polars_ type - with_
match_ physical_ numeric_ type
Structs§
- String
Cache Holder dtype-categorical
- Enable the global string cache as long as the object is alive (RAII).
Statics§
- POOL
Non- target_family="wasm"
- PROCESS_
ID - SINGLE_
LOCK
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.