From 136c8acba62aa65ca102cbb3d47428b5124a25a7 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sat, 2 Nov 2019 14:48:18 +1300 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e482bc29e..9c328ee807 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,6 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat ## Filters on tables (structured data) | command | description | | ------------- | ------------- | -| add column-or-column-path value | Add a new column to the table | | append row-data | Append a row to the end of the table | | count | Show the total number of rows | | edit column-or-column-path value | Edit an existing column to have a new value | @@ -257,6 +256,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat | get column-or-column-path | Open column and get data from the corresponding cells | | group-by column | Creates a new table with the data from the table rows grouped by the column given | | inc (column-or-column-path) | Increment a value or version. Optionally use the column of a table | +| insert column-or-column-path value | Insert a new column to the table | | last amount | Show only the last number of rows | | nth row-number | Return only the selected row | | pick ...columns | Down-select table to only these columns |