原文:TypeError:conversion form numpy.int64 to Decimal is not supported

从numpy的int 转化成的decimal是不支持的,意思就是说不能直接转换。 这里使用了.astype Decimal 进行格式转换成float ...

2019-12-01 17:48 0 413 推荐指数:

查看详情

TypeError: Object of type 'int64' is not JSON serializable

错误类型:TypeError: Object of type 'int64' is not JSON serializable 错误场景:对Numpy和Pandas结果进行json.dumps报错 错误分析:1. python3中没有int64这个数据类型,所有的整型都是int 2. 报错里 ...

Fri Mar 29 22:40:00 CST 2019 0 2396
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM