摘要: csv文件带有路径的话不能直接调用read_csv()函数 import pandas as pd pd.read_csv(F:\hand on machine learning with scikit learn and tensorflow\housing.csv) 将发生错误 正确形式是先调用 阅读全文
posted @ 2019-04-19 11:17 ACStrive 阅读(1410) 评论(0) 推荐(1)