Mercurial > repos > iuc > table_compute
comparison allowed_functions.xml @ 4:759bafecdeef draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/table_compute commit d741508e5ed912cdeee4f67ec8451b6e6865363c"
| author | iuc |
|---|---|
| date | Tue, 20 Apr 2021 15:45:32 +0000 |
| parents | b38b271a94aa |
| children |
comparison
equal
deleted
inserted
replaced
| 3:133d6fd96765 | 4:759bafecdeef |
|---|---|
| 3 Dataframe, math, or basic operators. | 3 Dataframe, math, or basic operators. |
| 4 | 4 |
| 5 This file is parsed by the python scripts to reduce | 5 This file is parsed by the python scripts to reduce |
| 6 duplicate definitions of allowed functions --> | 6 duplicate definitions of allowed functions --> |
| 7 <macro name="select_vectorops" > | 7 <macro name="select_vectorops" > |
| 8 <option value="min" selected="true">Minimum</option> | 8 <option value="min" >Minimum</option> |
| 9 <option value="max">Maximum</option> | 9 <option value="max">Maximum</option> |
| 10 <option value="sum">Sum</option> | 10 <option value="sum">Sum</option> |
| 11 <option value="count">Number of Non-NA Values</option> | 11 <option value="count">Number of Non-NA Values</option> |
| 12 <option value="nunique">Number of Unique Observations</option> | 12 <option value="nunique">Number of Unique Observations</option> |
| 13 <option value="mean">Mean</option> | 13 <option value="mean">Mean</option> |
