摘要:
# 1.数据集 **学习是可能用到的数据集** >训练集分为训练集和测试集 Kaggle https://www.kaggle.com/datasets 大数据竞赛平台 80 万科学家 真实数据 数据量巨大 UCI http://archive.ics.uci.edu/ml/ 收录了 559 个数据 阅读全文
摘要:
numpy读取不了字符串,pandas比较方便 常用 csv 通常读取文本文件 hdf5 通常读取二进制 Json 1.读取CSV read_csv() 1.读取CSV文件-read_csv() pandas.read_csv(filepath_or_buffer, sep =',' ,usecol 阅读全文
摘要:
# 1.Pandas介绍 ![image](https://img2023.cnblogs.com/blog/1914163/202306/1914163-20230609110333551-553277769.png) >**为什么使用Pandas 便捷的数据处理能力 读取文件方便 封装了Matp 阅读全文