Data types#
DataType#
Base class for all Polars data types. |
Numeric#
Decimal 128-bit type with an optional precision and non-negative scale. |
|
32-bit floating point type. |
|
64-bit floating point type. |
|
8-bit signed integer type. |
|
16-bit signed integer type. |
|
32-bit signed integer type. |
|
64-bit signed integer type. |
|
8-bit unsigned integer type. |
|
16-bit unsigned integer type. |
|
32-bit unsigned integer type. |
|
64-bit unsigned integer type. |
Temporal#
Data type representing a calendar date. |
|
Data type representing a calendar date and time of day. |
|
Data type representing a time duration. |
|
Data type representing the time of day. |
Nested#
|
Fixed length list type. |
|
Variable length list type. |
|
Struct composite type. |
String#
UTF-8 encoded string type. |
|
A categorical encoding of a set of strings. |
|
A fixed set categorical encoding of a set of strings. |
|
alias of |
Other#
Binary type. |
|
Boolean type. |
|
Data type representing null values. |
|
Data type for wrapping arbitrary Python objects. |
|
Type representing DataType values that could not be determined statically. |