create an empty dataframe in python with only 1 row code example Example: create empty pandas dataframe df = pd.DataFrame(columns=['a', 'b', 'c'])