select two columns from a table using python code example Example: df only take 2 columns df1 = df[['a', 'b']]