pandas数据集的端到端处理 1.数据集基本信息df=pd.read_csv()df.head():前五行;df.info():rangeindex:行索引;datacolumns:列索 数据集端到端处理