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