Dask iloc解决方法?

时间:2020-06-29 19:54:15

标签: dask dask-dataframe

我想索引到Dask数据框中-就像Pandas中的iloc一样,但是我知道这是不可能的。

以下方法可以解决吗?有潜在的弊端吗?

df.reset_index(drop=True)
df['column'].loc[index]

我猜想这一定有缺点-否则,为什么这不是Dask中iloc的实现?

0 个答案:

没有答案