how to create a new blank dataframe pandas and set one column to a default value code example Example: create empty pandas dataframe df = pd.DataFrame(columns=['a', 'b', 'c'])