Salin kolom DataFrame Python yang dipilih

new = old[['A', 'C', 'D']].copy()
Fantastic Fly