Expand description
§Data types supported by Polars.
At the moment Polars doesn’t include all data types available by Arrow. The goal is to incrementally support more data types and prioritize these by usability.
See the AnyValue variants for the data types that are currently supported.
Modules§
- categorical
dtype-categorical
- enum_
dtype-categorical
- revmap
dtype-categorical
- string_
cache dtype-categorical
Structs§
- CatIter
dtype-categorical
- Categorical
Chunked dtype-categorical
- Categorical
Chunked Builder dtype-categorical
- Characterizes the name and the
DataType
of a column. - Fixed
Size List Type dtype-array
- Global
RevMap Merger dtype-categorical
- Maps a logical type to a chunked array implementation of the physical type. This saves a lot of compiler bloat and allows us to reuse functionality.
- Object
Type object
- Owned
Object object
- String type that inlines small strings.
Enums§
- The set of supported logical types in this crate.
- The time units defined in Arrow.
- A dimension in a reshape.
- RevMapping
dtype-categorical
Constants§
- IDX_
DTYPE Non- bigidx
Statics§
Traits§
- Categorical
Merge Operation dtype-categorical
- Safety
Functions§
- call_
categorical_ merge_ operation dtype-categorical
- create_
enum_ dtype dtype-categorical
- make_
categoricals_ compatible dtype-categorical
- make_
list_ categoricals_ compatible dtype-categorical
Type Aliases§
- Array
Chunked dtype-array
- Decimal
Chunked dtype-decimal
- IdxCa
Non- bigidx
- IdxType
Non- bigidx
- Int128
Chunked dtype-i128
- Object
Chunked object
- This hashmap uses an IdHasher