polars.Decimal#
- class polars.Decimal(*args: Any, **kwargs: Any)[source]#
Decimal 128-bit type with an optional precision and non-negative scale.
Warning
This is an experimental work-in-progress feature and may not work as expected.
Methods
__init__
(*args[, precision, scale])base_type
()Return this DataType's fundamental/root type class.
is_
(other)Check if this DataType is the same as another DataType.
is_float
()Check whether the data type is a temporal type.
is_integer
()Check whether the data type is an integer type.
is_not
(other)Check if this DataType is NOT the same as another DataType.
is_numeric
()Check whether the data type is a numeric type.
is_signed_integer
()Check whether the data type is a signed integer type.
is_temporal
()Check whether the data type is a temporal type.
is_unsigned_integer
()Check whether the data type is an unsigned integer type.
Attributes
is_nested
precision
scale