建立dataframe并插入一行时报错:ValueError: Shape of passed values is (1, X), indices imply (X, X)

list=[0,0,....0] shape(list)=1063 colum=[1,2,3....,1603] 试图 test=pd.DataFrame(list,columns=id_column) 报错ValueError: Shape of passed values is (1, 1603), indices imply (1603, 1603) 由于这里column为1603,它要求你
相关文章
相关标签/搜索