正正L 2022-08-26 14:48 采纳率: 0%
浏览 929

ValueError: Length of values does not match length of index

def cal(grp):
row = grp.head(1)
row['AETERM'] = grp['AETERM'].tolist()
return row
temp1_a = temp1_a.groupby('Subject',as_index=False).apply(cal)

ValueError: Length of values does not match length of index

  • 写回答

1条回答 默认 最新

  • honestman_ 2022-08-26 14:58
    关注

    报错原因是两个长度不匹配,把这一行删除试试呢:
    row = grp.head(1)

    评论

报告相同问题?

问题事件

  • 创建了问题 8月26日

悬赏问题

  • ¥15 单纯型python实现编译报错
  • ¥15 c++2013读写oracle
  • ¥15 c++ gmssl sm2验签demo
  • ¥15 关于模的完全剩余系(关键词-数学方法)
  • ¥15 有没有人懂这个博图程序怎么写,还要跟SFB连接,真的不会,求帮助
  • ¥15 PVE8.2.7无法成功使用a5000的vGPU,什么原因
  • ¥15 is not in the mmseg::model registry。报错,模型注册表找不到自定义模块。
  • ¥15 安装quartus II18.1时弹出此error,怎么解决?
  • ¥15 keil官网下载psn序列号在哪
  • ¥15 想用adb命令做一个通话软件,播放录音