How to create a pandas DataFrame from columns in other DataFrames in Python code example Example: create new dataframe from columns pandas new_dataset = dataset[['A','D']]