An open API service indexing awesome lists of open source software.

https://github.com/jakeswenson/nu_plugin_from_parquet

A nushell plugin to parse parquet data
https://github.com/jakeswenson/nu_plugin_from_parquet

nushell nushell-plugin

Last synced: 8 months ago
JSON representation

A nushell plugin to parse parquet data

Awesome Lists containing this project

README

          

# nu_plugin_from_parquet

[nushell]: https://www.nushell.sh/
[plugin]: https://www.nushell.sh/contributor-book/plugins.html
[structured types]: https://www.nushell.sh/book/types_of_data.html

This is a [nushell] [plugin] to parse parquet data files into `nu` structured types.

# Installing
Plugins for `nu` just need to be installed into a directing in `PATH`.

## Using Cargo

```bash
cargo install nu_plugin_from_parquet
```