Pandas example of groupby

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Mon Jan 26 12:58:35 PST 2015


Don't forget that there is already 
http://dlang.org/phobos/std_algorithm.html#.group which matches 
groupBy in this context (only groups consequitive elements). It 
would be totally awkward to have those named differently (which 
was why I have suggested to change the name from chunkBy to 
groupBy in the very beginning)


More information about the Digitalmars-d mailing list