箭头无效:第 1 列命名文章预期长度为 40,但长度为 35

问题描述

这是一个json文件:

{
    "id": "68af48116a252820a1e103727003d1087cb21a32","article": [
        "by mark duell .","published : .","05:58 est,10 september 2012 .","| .","updated : .","07:38 est,"a pet owner starved her two dogs so badly that one was forced to eat part of his mother 's dead body in a desperate attempt to survive .","the mother died a ` horrendous ' death and both were in a terrible state when found after two weeks of starvation earlier this year at the home of katrina plumridge,31,in grimsby,lincolnshire .","the barely-alive dog was ` shockingly thin ' and the house had a ` nauseating and overpowering ' stench,grimsby magistrates court heard .","warning : graphic content .","horrendous : the male dog,scrappy -lrb- right -rrb-,was so badly emaciated that he ate the body of his mother ronnie -lrb- centre -rrb- to try to survive at the home of katrina plumridge in grimsby,"the suffering was so serious that the female staffordshire bull terrier,named ronnie,died of starvation,nigel burn,prosecuting,told the court last friday .","suspended jail term : the dogs were in a terrible state when found after two weeks of starvation at the home of katrina plumridge,31 -lrb- pictured -rrb- .","the male dog,her son scrappy,was so badly emaciated that he ate her body to try to survive .",],"abstract": [
        "neglect by katrina plumridge saw staffordshire bull terrier ronnie die .","dog 's son scrappy was forced to eat her to survive at grimsby house .","alarm raised by letting agent shocked by ` thinnest dog he 'd ever seen '",]
}

这里有问题的片段:

from datasets import Dataset 
with open('100252.json') as json_data:  
    data = json.load(json_data) 
dataset = Dataset.from_dict(data)  

这里是错误:

ArrowInvalid: Column 1 named article expected length 40 but got length 35

通常,dataset 的 json 输出应该与您在此问题上看到的相同。我该如何修复该错误?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...