2016-09-30 77 views

回答

2

可以使用取表成數據幀執行以下步驟:

df1 = table.limit(None).execute() 

然後合併爲正常:

pd.concat([df1, df2]) 
相關問題