gpt4 book ai didi

python - 将字典转换为 Python 数据框

转载 作者:太空宇宙 更新时间:2023-11-04 04:10:06 26 4
gpt4 key购买 nike

<分区>

Dict = {'type': 'book', 'text_eng': 'National accounts', 'text': 'Volkswirtschaftliche Gesamtrechnungen', 'anchor': 'GESAMTVOLK'}
pd.DataFrame(Dict)
pd.DataFrame.from_dict(Dict)

上面的脚本抛出错误:“ValueError:如果使用所有标量值,则必须传递一个索引”

我需要字典键作为 DataFrame 列和行中的字典值。

下面的脚本工作正常,因为字典值添加为列表

Dict = {'type': ['book'], 'text_eng': ['National accounts'], 'text': ['Volkswirtschaftliche Gesamtrechnungen'], 'anchor': ['GESAMTVOLK']}

请让我知道如何实现这一点?

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com