模块“ pyarrow”没有属性“ decimal”

时间:2019-09-12 20:08:55

标签: pyarrow

试图将数据类型设置为十进制。我收到一个错误,指出pyarrow没有属性decimal

>>> import pyarrow
>>> pyarrow.decimal(8)
    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    AttributeError: module 'pyarrow' has no attribute 'decimal'

1 个答案:

答案 0 :(得分:1)

发现pa.decimal128(18)有效