nushell/crates/nu-cmd-dataframe
Jack Wright 8144926dc7
Adding JSON lines file support to dataframes (#9291)
# Description
Provides the ability to read and write [JSON
lines](https://jsonlines.org/) files. This is accomplished by exposing
the support already in Polars.

## Opening a JSON lines file 
<img width="1668" alt="Screenshot 2023-05-25 at 5 25 30 PM"
src="https://github.com/nushell/nushell/assets/56345/3b213c3d-eea1-440a-8425-4ce4b39ab7d1">

## Saving a dataframe to a JSON lines file
<img width="848" alt="Screenshot 2023-05-25 at 5 15 57 PM"
src="https://github.com/nushell/nushell/assets/56345/56089990-e14b-4f01-b676-5abab9333d7e">
2023-05-26 16:32:37 -05:00
..
src Adding JSON lines file support to dataframes (#9291) 2023-05-26 16:32:37 -05:00
Cargo.toml update most dependencies except where deeper code changes are needed (#9296) 2023-05-26 10:32:48 -05:00
LICENSE move dataframe commands to nu-cmd-dataframe (#9241) 2023-05-19 10:56:08 -07:00