bug-datamash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2 issues with binning


From: Andreas Schamanek
Subject: Re: 2 issues with binning
Date: Tue, 26 Jul 2022 20:56:44 +0200 (CEST)


Hi all,

On Wed, 22 Jun 2022, at 16:52, Erik Auerswald wrote:

[removed stuff see e.g. 
https://lists.gnu.org/archive/html/bug-datamash/2022-06/msg00024.html ]

$ printf '%s\n' -2 -1 0 | datamash --full bin:1 1
-2      -3
-1      -2
0       0
...
I, too, think that this is unexpected.

Erik, thanks for your analysis, the patch and the pointers. I wanted to add one remark in case it was useful to you. The floor() function does what I was expecting and it is available in datamash:

$ seq -2 1 2 | datamash --full floor 1
-2      -2
-1      -1
0       0
1       1
2       2

$ seq -2 1 2 | datamash --full bin:1 1
-2      -3
-1      -2
0       0
1       1
2       2


--
-- Andreas

     :-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]