我想使用 dask.read_fwf(file),但出现错误
AttributeError: module 'dask' has no attribute 'read_fwf'
Run Code Online (Sandbox Code Playgroud)
read_csv 和 read_table 也会出现同样的问题。
我已经卸载并重新安装了 dask,并尝试重命名 \dask\dataframe\io 中的“csv.py”文件。在这两次尝试修复后,都会出现同样的问题。
pd.read_fwf 等工作正常。