Pandas DataFrame Pilih kolom N terakhir

y = dataframe[dataframe.columns[-3:]]
Nervous Nightingale