pandas read_json抛出malloc错误

时间:2015-01-07 21:53:16

标签: python pandas

我有一个包含3861935行的json数组的文件。

df = pandas.read_json('xyz.json')
Python(20436,0x7fff74109310) malloc: *** error for object 0x7fff533bdec0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6

它适用于来自JSON()

的R jsonlite

0 个答案:

没有答案