Python创建一个空的dataframe,并循环赋值的方法 如下所示:#创建一个空的DataFramedf_empty=pd.DataFrame()#或者df_empty=pd.DataFrame(columns=['A','B','C','D'] 循环赋值