nushell/crates/nu-command/src/dataframe
WindSoilder 4f7f6a2932
Friendly error message for access beyond end (#6944)
Adds `ShellError::AccessEmptyContent`
2022-10-29 19:47:50 +02:00
..
eager Remove unnecessary #[allow(...)] annotations (#6870) 2022-10-24 20:12:16 +02:00
expressions Mildly edited a small handful of help messages (#6868) 2022-10-23 02:02:52 -04:00
lazy Mildly edited a small handful of help messages (#6868) 2022-10-23 02:02:52 -04:00
series Add search terms to arg dataframe commands (#6724) 2022-10-15 12:49:09 -05:00
values Friendly error message for access beyond end (#6944) 2022-10-29 19:47:50 +02:00
mod.rs Lazy dataframes (#5546) 2022-05-16 08:27:43 +01:00
README.md Update the Readme for the dataframe directory (#4757) 2022-03-06 11:05:55 -08:00
test_dataframe.rs Split merging of parser delta and stack environment (#6005) 2022-07-14 17:09:27 +03:00
utils.rs Lazy dataframes (#5546) 2022-05-16 08:27:43 +01:00

Dataframe

This dataframe directory holds all of the definitions of the dataframe data structures and commands.

There are three sections of commands:

For more details see the Nushell book section on dataframes