赞
踩
date = pd.read_csv('D:\pycharm_work\student.csv') print(date) date.to_pickle('student.pickle')
读取:read_csv/read_pickle 写入:to_csv/….