Czar
12/20/2018, 10:24 PMgaetan
12/21/2018, 2:22 PMbjonnh
12/21/2018, 3:53 PMbjonnh
12/23/2018, 12:05 AMchi
12/23/2018, 8:06 AMgaetan
12/27/2018, 10:12 AMaltavir
12/27/2018, 4:05 PMaltavir
12/27/2018, 4:10 PMgaetan
12/27/2018, 5:12 PMaltavir
12/29/2018, 1:50 PMbjonnh
01/02/2019, 1:29 AMthomasnield
01/02/2019, 5:49 PMthomasnield
01/02/2019, 5:49 PMthomasnield
01/02/2019, 8:29 PMExponential
? like this?hudsonb
01/04/2019, 4:37 AMaltavir
01/05/2019, 8:47 AMaltavir
01/15/2019, 5:09 PMPercha
01/20/2019, 10:40 AMthomasnield
01/22/2019, 1:23 PMhudsonb
01/22/2019, 2:16 PMxxxBy
methods, but it'd be handy to have extensions that'd work on the result of kotlin's groupBy
. For example, it'd allow solving the "find sums by name length" example like so:
val sumsByLengths = sequence
.groupBy { it.name.length }
.sumBy { it.value }
thomasnield
01/26/2019, 7:19 PMthomasnield
02/17/2019, 8:42 PMaltavir
03/12/2019, 10:46 AMaltavir
04/21/2019, 12:56 PMthomasnield
04/21/2019, 1:40 PMaltavir
04/21/2019, 1:40 PMthomasnield
04/21/2019, 1:41 PMaltavir
05/10/2019, 5:51 PMthomasnield
05/26/2019, 1:29 AMthomasnield
05/26/2019, 1:08 PMpow()
functions. Not sure about Numpy. I don't know if it's inherently clear whether that a "dot pow" either, or just an element-wise pow() operation.