nushell/crates/nu-command/src/dataframe
pwygab caafd26deb
Attempts to add // math operator (#5759)
* attempts to add `div` math operator

* allows `//` to be used too

* fmt:

* clippy issue

* returns appropriate type

* returns appropriate type 2

* fmt

* ensure consistency; rename to `fdiv`

* Update parser.rs
2022-06-13 13:54:47 +03:00
..
eager Remove dfr from dataframe commands (#5760) 2022-06-12 14:18:00 -05:00
expressions Remove dfr from dataframe commands (#5760) 2022-06-12 14:18:00 -05:00
lazy Remove dfr from dataframe commands (#5760) 2022-06-12 14:18:00 -05:00
series Remove dfr from dataframe commands (#5760) 2022-06-12 14:18:00 -05:00
values Attempts to add // math operator (#5759) 2022-06-13 13:54:47 +03: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 Remove dfr from dataframe commands (#5760) 2022-06-12 14:18:00 -05: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