试图将数据类型设置为十进制。我收到一个错误,指出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'
答案 0 :(得分:1)
发现pa.decimal128(18)
有效