graduation = df.filter(['23_1','28_1','27_1','26_1','25_1','24_1'], axis=1) graduation.columns = ['Bachelor', 'Post Doctoral', 'PhD', 'MaSc', 'MEng', 'MBA']
Other = pd.DataFrame().assign(Children = df['69'], Extracurr = df['67'])