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. 报错里的int64指的是