請問為何 'df' is not defined
file="D:/python/nn/data.csv" import pandas as pd df=pd.read_csv(file,header=None) df.head(10)
这一段在前面有没有,有的话df就有定义啊