nushell/crates/nu-command/src/dataframe/lazy
WindSoilder 3dd21c635a
dependency update: update polar to 0.26.1 (#7743)
# Description

As title

# User-Facing Changes

# Tests + Formatting

Don't forget to add tests that cover your changes.

Make sure you've run and fixed any issues with these commands:

- `cargo fmt --all -- --check` to check standard code formatting (`cargo
fmt --all` applies these changes)
- `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used -A
clippy::needless_collect` to check that you're using the standard code
style
- `cargo test --workspace` to check that all tests pass

# After Submitting

If your PR had any user-facing changes, update [the
documentation](https://github.com/nushell/nushell.github.io) after the
PR is merged, if necessary. This will help us keep the docs up to date.
2023-01-13 09:27:37 -06:00
..
aggregate.rs update polar to 0.25 (#6988) 2022-11-10 11:07:38 +13:00
collect.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
fetch.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
fill_nan.rs Fix #6888 and rename fill-na to fill-nan (#7565) 2022-12-24 16:04:46 +01:00
fill_null.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
filter.rs Polars upgrade 0.23 (#6303) 2022-08-12 13:10:36 +01:00
groupby.rs Mildly edited a small handful of help messages (#6868) 2022-10-23 02:02:52 -04:00
join.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
macro_commands.rs update polar to 0.25 (#6988) 2022-11-10 11:07:38 +13:00
mod.rs Fix #6888 and rename fill-na to fill-nan (#7565) 2022-12-24 16:04:46 +01:00
quantile.rs dependency update: update polar to 0.26.1 (#7743) 2023-01-13 09:27:37 -06:00
select.rs Polars upgrade 0.23 (#6303) 2022-08-12 13:10:36 +01:00
sort_by_expr.rs Polars upgrade 0.23 (#6303) 2022-08-12 13:10:36 +01:00
to_lazy.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00