← 返回教程列表🐼 Pandas 教程数据读取▶ 运行代码import pandas as pd df = pd.read_csv("data.csv") print(df.head()) print(df.describe())← 上一章:DataFrame