streamz icon indicating copy to clipboard operation
streamz copied to clipboard

Max/Min for SDF.groupby() objects.

Open chinmaychandak opened this issue 5 years ago • 2 comments

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?

chinmaychandak avatar Jun 13 '20 00:06 chinmaychandak

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 that sum, 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.

martindurant avatar Jun 13 '20 12:06 martindurant

I have implemented these functions, will create a PR once I clean things up.

chinmaychandak avatar Jun 22 '20 23:06 chinmaychandak