nushell/crates/nu-cmd-dataframe/src/dataframe
Stefan Holderbach c925537c48
Update polars to 0.33 (#10672)
# Description
Open question:

Undocumented behavior for the new argument `ambiguous` to the
`as_datetime`
methods. I cheated by passing a default (assuming empty string).
This appears like an API primarily serving the python impl:


https://pola-rs.github.io/polars/py-polars/html/reference/expressions/api/polars.Expr.str.to_datetime.html#polars-expr-str-to-datetime


# User-Facing Changes
Only dependent on breaking changes to the behavior of polars.

# Tests + Formatting
No observed changes to tests

Manually checked `dfr as-datetime`, doesn't seem to panic.
2023-10-11 21:28:18 +02:00
..
eager Update polars to 0.33 (#10672) 2023-10-11 21:28:18 +02:00
expressions Updating polars and sqlparser versions (#10114) 2023-08-30 00:13:34 +02:00
lazy Update polars to 0.33 (#10672) 2023-10-11 21:28:18 +02:00
series Update polars to 0.33 (#10672) 2023-10-11 21:28:18 +02:00
values fix some new chrono warnings (#10384) 2023-09-15 15:46:25 -05:00
mod.rs Add a stub dfr command (#10683) 2023-10-11 17:51:20 +02:00
README.md move dataframe commands to nu-cmd-dataframe (#9241) 2023-05-19 10:56:08 -07:00
stub.rs Add a stub dfr command (#10683) 2023-10-11 17:51:20 +02:00
test_dataframe.rs Fix a couple clippy warnings (#9936) 2023-08-07 06:23:11 +12:00
utils.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12: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