1.快速建立一个dataframe,只有列名,没有index,没有值。主要是为了结合pd.concat(df, pd.DataFrame(columns=['a', 'b', 'c'...]))快速追加多列到df的后边。