AttributeError: 'DataFrame' object has no attribute 'irow'

frame.irow(0)
改为
frame.iloc[0]
posted @ 2021-02-15 09:22  OTAKU_nicole  阅读(1149)  评论(0编辑  收藏  举报