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

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

frame.save改为frame.to_pickle

AttributeError: module 'pandas' has no attribute 'load'

pd.load改为pd.read_pickle

posted @ 2021-02-20 16:12  OTAKU_nicole  阅读(1946)  评论(0编辑  收藏  举报