nushell/crates/nu-command/src
Peter Cunderlik b190051e15
Fix select to insert nulls in sparse tables instead of ignoring absent values (#3857)
Select used to ignore absent values resulting in "squashing" where
columns for multiple rows could be squashed into a single row.

This fixes the problem by inserting null/nothing into absent value, thus
preserving the structure of rows. This makes sure that all selected
columns are present in each row.
2021-07-28 16:39:42 -05:00
..
classified Move path handling to nu-path (#3653) 2021-06-20 11:07:26 +12:00
commands Fix select to insert nulls in sparse tables instead of ignoring absent values (#3857) 2021-07-28 16:39:42 -05:00
examples Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
utils Fix #3582 (#3583) 2021-06-09 18:07:54 +12:00
args.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
default_context.rs append dataframes (#3839) 2021-07-26 08:36:09 +12:00
examples.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
lib.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
prelude.rs Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
utils.rs Fix #3582 (#3583) 2021-06-09 18:07:54 +12:00