1.2 读取观察数据

  数据文件上传到jupyter notebook后,接下来,就开始读取各个数据文件,然后将每个数据文件的前5行数据内容显示出来,观察一下数据列之间的关系。比如,首先来读取customer_master.csv文件中的内容,代码如下: import pandas as pd customer_master = pd.read_csv('customer_master.csv') customer_
相关文章
相关标签/搜索