gpt4 book ai didi

python - Pandas 数据帧 : Concat and to_excel output

转载 作者:太空宇宙 更新时间:2023-11-03 11:05:52 33 4
gpt4 key购买 nike

在将三个 DataFrame 与 pandas 连接后,我正在尝试编写一个 xls 文件

qq=rand(3,3)
qqq=pd.DataFrame(qq)
q=pd.concat([qqq,qqq,qqq],axis=1)
q.to_excel('foo.xlsx')#it's the same with xls

我得到的输出是:(第一行是列名,第一列是行名)

    0   1   2   0   1   2   0   1   2
0 0 1 2 0 1 2 0 1 2
1 0 1 2 0 1 2 0 1 2
2 0 1 2 0 1 2 0 1 2

我做错了什么?

最佳答案

这是通过https://github.com/pydata/pandas/issues/5235在当前主控中修复的

关于python - Pandas 数据帧 : Concat and to_excel output,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19812934/

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