Update README.md

This commit is contained in:
Jonathan Turner 2019-09-04 19:20:14 +12:00 committed by GitHub
parent 6dad1c9be8
commit 4591397fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 | | nth row-number | Return only the selected row |
| str (field) | Apply string function. Optional use the field of a table | | str (field) | Apply string function. Optional use the field of a table |
| tags | Read the tags (metadata) for values | | 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-json | Convert table into .json text |
| to-toml | Convert table into .toml text | | to-toml | Convert table into .toml text |
| to-yaml | Convert table into .yaml text | | to-yaml | Convert table into .yaml text |