一、读取整个文件之后进行切片处理. 读取文件: import pandas as pd df = pd.read_csv("路径\文件名称"). 1; 2. 读取之后取出特定行、列: # 第1行 print(df.iloc[0]) ...
確定! 回上一頁