to_csv用法示例 X_train.to_csv("F:\\PaperCode\\Mypaper_python_code\\data\\dataset_split\\X_train.tsv", index=False) index :表示是否保存索引,如果是True,则保存索引。默认是True