panda df make empty df from existing ones code example Example: create empty pandas dataframe df = pd.DataFrame(columns=['a', 'b', 'c'])