datatable icon indicating copy to clipboard operation
datatable copied to clipboard

How to roll up duplicate observation in pydatatable?

Open myamullaciencia opened this issue 3 years ago • 2 comments

Could someone please take a look at this and answer it on SO?

How to roll up duplicate observation in pydatatable?

Since it is an urgent request i'm posting it on github to get a quicker reply.

myamullaciencia avatar Aug 17 '22 04:08 myamullaciencia

Once string functions are implemented (probably dependent on progress on the array type) we should revisit this. At the moment though, it is not possible to do the string join part of the question

samukweku avatar Aug 17 '22 12:08 samukweku

Yeah, currently there is no reducer to concatenate strings. To remove duplicates, one can simply group by the columns in question though.

oleksiyskononenko avatar Aug 17 '22 16:08 oleksiyskononenko

OK THANKS FOR YOUR INFORMATION. CLOSING IT NOW;

myamullaciencia avatar Aug 17 '22 17:08 myamullaciencia