mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
8d60c0d35d
# Description This PR: - Removes the lazy_command, expr_command macros and migrates the commands that were utilizing them. - Removes the custom logic in DataFrameValues::is_equals to use the polars DataFrame version of PartialEq - Adds examples to commands that previously did not have examples or had inadequate ones. NOTE: A lot of examples now have a `polars sort` at the end. This is needed due to the comparison in the result. The new polars version of equals cares about the ordering. I removed the custom equals logic as it causes comparisons to lock up when comparing dataframes that contain a row that contains a list. I discovered this issue when adding examples to `polars implode` |
||
---|---|---|
.. | ||
cache | ||
dataframe | ||
lib.rs | ||
main.rs |