标签: python pandas dataframe dask
我有一个大熊猫数据框df,需要将其转换为Dask data.frame dd。使用:
dd = dd.from_pandas(df, npartitions=n)
Python返回错误:未定义基本“名称”。为什么?