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