Pandas DataFrame Выберите последние n столбцы
y = dataframe[dataframe.columns[-3:]]
Nervous Nightingale
y = dataframe[dataframe.columns[-3:]]