gpt4 book ai didi

python - 将 Pandas 数据框转换为字典,其中一列作为键,另一列作为多个值

转载 作者:行者123 更新时间:2023-12-02 01:44:17 25 4
gpt4 key购买 nike

我想将此数据框转换为字典,其中对于一个标签作为键,我将多个推文存储为值。有人可以帮忙吗?

enter image description here

最佳答案

假设您的数据框的变量名称是“df”,那么下面可能会有所帮助:

temp = df.groupby(['labels']).apply(lambda x: x['tweets'].tolist()).to_dict()
print(temp)

关于python - 将 Pandas 数据框转换为字典,其中一列作为键,另一列作为多个值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71121233/

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