python iloc to list code example Example: iloc in dataframe df=pd.read_csv('yourcsv.csv') X=df.iloc[:,:-1].values y=df.iloc[:,1].values