摘要: 在做concat操作的时候,出现了这样的错误: Shape of passed values is (8, 51), indices imply (6, 51) 经过检查是因为数据前面使用过append,index是不一样的;在concat的时候是根据默认的index进行拼接的;因此需要进行rese 阅读全文
posted @ 2023-03-02 11:20 -DP- 阅读(237) 评论(0) 推荐(0) 编辑