From 56a437b14b505e82c247435de1ce311e804c4861 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Mon, 12 Aug 2019 17:19:22 +1200 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a989d14bb..dcce597a7a 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat | edit field value | Edit an existing field to have a new value | | skip amount | Skip a number of rows | | first amount | Show only the first number of rows | +| nth row-number | Return only the selected row | | str (field) | Apply string function. Optional use the field of a table | | tags | Read the tags (metadata) for values | | to-array | Collapse rows into a single list |