Hello, I'm using this great package to do basic data operations, and just found myself wanting to get back an OrderedDict from DataStructures.jl, since the order in which values appear in the iterable is significant.
I see there's some type promotion optimization going on in the group code, and I wonder if it would be possible to support passing in or otherwise specifying the output type in a way that preserves good type information.
Thanks for your work on this package!
Hello, I'm using this great package to do basic data operations, and just found myself wanting to get back an
OrderedDictfrom DataStructures.jl, since the order in which values appear in the iterable is significant.I see there's some type promotion optimization going on in the
groupcode, and I wonder if it would be possible to support passing in or otherwise specifying the output type in a way that preserves good type information.Thanks for your work on this package!