标签: python numpy dask
让我们说我有一个60个分区(具有3000万行)的简单数据框。 我应该如何完成以下工作……
ddf['col1'] = arr # arr is a numpy array that also has 30million rows.