mirror of
https://github.com/nushell/nushell.git
synced 2025-05-07 08:22:58 +00:00
# Description Introduces two new polars commands for converting string columns to decimal and integer columns: <img width="740" alt="Screenshot 2024-08-27 at 15 32 28" src="https://github.com/user-attachments/assets/f9573b6e-48f6-4bbf-8782-39ffb95eb934"> <img width="720" alt="Screenshot 2024-08-27 at 15 33 46" src="https://github.com/user-attachments/assets/90a66bb5-fa78-4ed3-8b2b-ae05cddd2f3a"> # User-Facing Changes - Addition of the `polars integer` command - Addition of the `polars decimal` command
Nushell core libraries and plugins
These sub-crates form both the foundation for Nu and a set of plugins which extend Nu with additional functionality.
Foundational libraries are split into two kinds of crates:
- Core crates - those crates that work together to build the Nushell language engine
- Support crates - a set of crates that support the engine with additional features like JSON support, ANSI support, and more.
Plugins are likewise also split into two types:
- Core plugins - plugins that provide part of the default experience of Nu, including access to the system properties, processes, and web-connectivity features.
- Extra plugins - these plugins run a wide range of different capabilities like working with different file types, charting, viewing binary data, and more.