Max/Min for SDF.groupby() objects.
I'm curious as to why sdf.groupby([.., ..]).min()/max() aren't supported. I see that sum, mean, std, var, etc. are. Any complexity of the issue I might be missing?
I believe simply no one got around to them, and they aren't as interesting to plot.
On June 12, 2020 8:36:41 PM EDT, Chinmay Chandak [email protected] wrote:
I'm curious as to why
sdf.groupby([.., ..]).min()/max()aren't supported. I see thatsum,mean,std,var, etc. are. Any complexity of the issue I might be missing?-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/python-streamz/streamz/issues/342
-- Sent from my Android device with K-9 Mail. Please excuse my brevity.
I have implemented these functions, will create a PR once I clean things up.