gpt4 book ai didi

dask - 重置 dask 数据帧索引以允许加入

转载 作者:行者123 更新时间:2023-12-01 06:05:54 26 4
gpt4 key购买 nike

给定 http://dask.readthedocs.io/en/latest/dataframe-api.html#dask.dataframe.DataFrame.reset_index说 dask 不支持 drop=Truereset_index()如何将 2 个数据帧与不同的索引连接在一起(如 head() 所见)

最佳答案

虽然我的 dask 数据框很小,但我能够从中创建一个 Pandas 数据框,通过删除它来重置索引

npdf = ddSample.compute()
npdf.reset_index(drop=True, inplace=True)
npdf.head()

之后我就可以使用
ddmerged= dd.merge(npdf,df2) 

关于dask - 重置 dask 数据帧索引以允许加入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39180914/

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