From 4591397fa3c682c4cfd1a12d6675df834c3835cb Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 4 Sep 2019 19:20:14 +1200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cbe91059ed..bf80590b0b 100644 --- a/README.md +++ b/README.md @@ -246,8 +246,6 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat | 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 | -| from-array | Expand an array/list into rows | -| to-array | Collapse rows into a single list | | to-json | Convert table into .json text | | to-toml | Convert table into .toml text | | to-yaml | Convert table into .yaml text |