`TypeError: '_LocIndexer' object does not support item ...
github.com › dask › daskJun 06, 2017 · Dask newbie here. Regarding this question I have a similar one too, sure it is very easy but I cannot solve it with @mrocklin ´s response: I want to do the following simple assignation: df_dask.loc[ df_dask.target >= 1 , 'target' ] = 1 and it complains with the same message: TypeError: '_LocIndexer' object does not support item assignment Any ideas on how I could resolve this?