can't drop duplicated on dask dataframe index · Issue #2952 ...
github.com › dask › daskDec 03, 2017 · When trying to do the same with dask dataframe i get. AttributeError: 'Index' object has no attribute 'duplicated'. I could reset the index and than use the column that was the index to drop duplicated but I would like to avoid it if possible. I could use df.compute () and than drop the duplicated index values but this df is too big for memory.