nushell / nushell.github.io

Nushell's main website, blog, book, and more
https://www.nushell.sh/book/
MIT License
162 stars 401 forks source link

Dataframes chapter update to reflect the latest changes #1414

Closed maxim-uvarov closed 1 month ago

maxim-uvarov commented 1 month ago

wip

maxim-uvarov commented 1 month ago

I'm in the process of updating the markdown table with commands at the end of the chapter, but I will submit results a separate commit some other day.

There are still might be some typos, or incorrect explanations. I would be grateful if anybody could check them too.

maxim-uvarov commented 1 month ago
numd run dataframes.md --prepend-intermid "$env.config.footer_mode = 'never';
$env.config.table.header_on_separator = false; $env.config.table.mode = 'default'; $env.config.table.trim.methodology = wrapping; $env.config.table.abbreviated_row_count = 10000" --intermid-script `polars-eager.nu` --width 120 --echo --no-info | ansi strip | str replace -ar ' \d?\d?\d(ns|µs)' '' | save dataframes.md -f
fdncred commented 1 month ago

looking good. ready to land this?

devyn commented 1 month ago

0.94.0 is out now, but I'll hold off until @maxim-uvarov says this is good to go

maxim-uvarov commented 1 month ago

@devyn yes, please, merge it

fdncred commented 1 month ago

Thanks!