create a empty dataframe with column names python code example Example: create empty pandas dataframe df = pd.DataFrame(columns=['a', 'b', 'c'])