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
本文来自博客园,作者:OTAKU_nicole,转载请注明原文链接:https://www.cnblogs.com/nicole-zhang/p/14421770.html