select all columns except last one pandas code example Example: how to select all but last columns in python df.iloc[:,:-1]