nushell/crates/nu-command/src/commands
Andrés N. Robalino 463dd48180
Flexible dropping of rows (by desired row number) (#3917)
We very well support `nth 0 2 3 --skip 1 4` to select particular rows and skip some using a flag. However, in practice we deal with tables (whether they come from parsing or loading files and whatnot) where we don't know the size of the table up front (and everytime we have these, they may have different sizes). There are also other use cases when we use intermediate tables during processing and wish to always drop certain rows and **keep the rest**.

Usage:

```
... | drop nth 0
... | drop nth 3 8
```
2021-08-13 12:48:05 -05:00
..
charting Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
config Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
conversions Implement into path conversion (#3811) 2021-07-23 19:14:02 +12:00
core_commands add performance metrics for measuring startup time (#3854) 2021-07-29 18:52:40 -05:00
dataframe describe command (#3907) 2021-08-08 05:48:54 +12:00
env Fix clippy lint and disable broken lint (#3865) 2021-07-30 08:11:47 +12:00
filesystem Read from standard input in rm (#3763) 2021-07-25 15:01:53 +12:00
filters Flexible dropping of rows (by desired row number) (#3917) 2021-08-13 12:48:05 -05:00
formats Reimplement parsers with nu-serde (#3880) 2021-08-06 11:46:19 -05:00
generators Improve md5 and sha256 code (#3841) 2021-07-29 10:22:16 -05:00
math Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
network port network url to engine-p (#3690) 2021-06-26 13:19:10 +12:00
path Move path handling to nu-path (#3653) 2021-06-20 11:07:26 +12:00
pathvar Support other variables than PATH in pathvar (2nd attempt) (#3828) 2021-07-24 11:44:36 -05:00
platform Fix clippy lint and disable broken lint (#3865) 2021-07-30 08:11:47 +12:00
random Bump rand version used by nu-command to 0.8 (#3723) 2021-07-05 16:12:44 +12:00
shells Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
strings port capitalize to engine-p (#3794) 2021-07-23 19:13:11 +12:00
viewers All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
mod.rs Flexible dropping of rows (by desired row number) (#3917) 2021-08-13 12:48:05 -05:00