pyarrow.DecimalValue¶
-
class
pyarrow.DecimalValue¶ Bases:
pyarrow.lib.ArrayValueConcrete class for decimal128 array elements.
-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
as_py(self)Return this value as a Python Decimal. Attributes
type-
as_py(self)¶ Return this value as a Python Decimal.
-
type¶
-