[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Suggestion: add the possibility to apply multiple operations to a single
From: |
Tomas Peitl |
Subject: |
Suggestion: add the possibility to apply multiple operations to a single column (or multiple columns) |
Date: |
Thu, 3 Nov 2022 10:17:26 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 |
Hi everyone,
My suggestion is to make it possible to write
datamash mean,max,count 2
instead of
datamash mean 2 max 2 count 2
i.e. to remove the repetitiveness in the field identifier when multiple
operations are needed on the same field. Of course, it doesn't have to
be just a single field, you could also do
datamash mean,max,count 1-2,4 perc 2-3
or anything like that.
Cheers,
Tomas
- Suggestion: add the possibility to apply multiple operations to a single column (or multiple columns),
Tomas Peitl <=