# This week in Nushell #98
## Nushell
- waywardmonkeys [updated s3handler to 0.7 (really 0.7.3).](https://github.com/nushell/nushell/pull/3757), [updated wasm sample gitignore for node_modules.](https://github.com/nushell/nushell/pull/3747), [simplified `is_executable` in `nu-completion`.](https://github.com/nushell/nushell/pull/3742), [removed ptree dep from nu-command, remove associated feature.](https://github.com/nushell/nushell/pull/3741), [updated minus, tui to remove crossterm 0.18 dep.](https://github.com/nushell/nushell/pull/3739), and [removed empty `trace` feature.](https://github.com/nushell/nushell/pull/3732)
- mcbattirola created [#3385: Add unique option for uniq command](https://github.com/nushell/nushell/pull/3754)
- efx [ported strings size engine-p (#3690)](https://github.com/nushell/nushell/pull/3753)
- fdncred created [a few things that make it easier to debug keybindings](https://github.com/nushell/nushell/pull/3752), [added a couple more features](https://github.com/nushell/nushell/pull/3749), fixed [^ls doesn't exist on windows](https://github.com/nushell/nushell/pull/3745), and [tried to use regular trim commands as much as possible](https://github.com/nushell/nushell/pull/3743)
- yaymukund [removed outdated note in README.md.](https://github.com/nushell/nushell/pull/3751)
- jonathandturner [fixed nothing string comparison](https://github.com/nushell/nushell/pull/3750), and [fixed a Wasm issue](https://github.com/nushell/nushell/pull/3729)
- kubouch [downgraded crossterm to fix pager compilation](https://github.com/nushell/nushell/pull/3740)
- therealprof [bumped a few source compatible nu-command dependencies](https://github.com/nushell/nushell/pull/3724), and [bumped rand version used by nu-command to 0.8](https://github.com/nushell/nushell/pull/3723)
- elferherrera created [a new take command for dataframes](https://github.com/nushell/nushell/pull/3722)
## Documentation
- andrasio updated [main page descriptions](https://github.com/nushell/nushell.github.io/pull/158), and [fixed correct shell word translation.](https://github.com/nushell/nushell.github.io/pull/157)
- elferherrera created [cookbook page](https://github.com/nushell/nushell.github.io/pull/156), and [dataframes page](https://github.com/nushell/nushell.github.io/pull/155)
## Nu_Scripts
- efx [removed duplicate file](https://github.com/nushell/nu_scripts/pull/73)
- fdncred [added command stats script](https://github.com/nushell/nu_scripts/pull/72)