Copier la colonne sélectionnée dataframe python

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