Pandas DataFrame Seleccione las últimas n columnas
y = dataframe[dataframe.columns[-3:]]
Nervous Nightingale
y = dataframe[dataframe.columns[-3:]]