mirror of
https://github.com/nushell/nushell.git
synced 2025-01-22 06:08:47 +01:00
Update README.md
Add note about pivot
This commit is contained in:
parent
a54afd1747
commit
0beb067211
@ -258,6 +258,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat
|
|||||||
| first amount | Show only the first number of rows |
|
| first amount | Show only the first number of rows |
|
||||||
| last amount | Show only the last number of rows |
|
| last amount | Show only the last number of rows |
|
||||||
| nth row-number | Return only the selected row |
|
| nth row-number | Return only the selected row |
|
||||||
|
| pivot --header-row <headers> | Pivot the tables, making columns into rows and vice versa |
|
||||||
| str (column) | Apply string function. Optionally use the column of a table |
|
| str (column) | Apply string function. Optionally use the column of a table |
|
||||||
| tags | Read the tags (metadata) for values |
|
| tags | Read the tags (metadata) for values |
|
||||||
| to-json | Convert table into .json text |
|
| to-json | Convert table into .json text |
|
||||||
@ -298,8 +299,6 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat
|
|||||||
| table | View the contents of the pipeline as a table |
|
| table | View the contents of the pipeline as a table |
|
||||||
| textview | Autoview of text data |
|
| textview | Autoview of text data |
|
||||||
| tree | View the contents of the pipeline as a tree |
|
| tree | View the contents of the pipeline as a tree |
|
||||||
| vtable | View the contents of the pipeline as a vertical (rotated) table |
|
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
The project is made available under the MIT license. See "LICENSE" for more information.
|
The project is made available under the MIT license. See "LICENSE" for more information.
|
||||||
|
Loading…
Reference in New Issue
Block a user