Pandas DataFrame Wybierz ostatnie n kolumny
y = dataframe[dataframe.columns[-3:]]
Nervous Nightingale
y = dataframe[dataframe.columns[-3:]]