import pandas as pd df = pd.DataFrame() print("Create empty data frame") print(df)