oxur / rucksack

A terminal-based secrets manager, generator, and importer/exporter (Firefox, Chrome) backed with a concurrent hashmap
Apache License 2.0
12 stars 1 forks source link

Explore the possibility of analysing password data with DataFrames #83

Open oubiwann opened 1 year ago

oubiwann commented 1 year ago

Might be a nice way to handle reports, too ...

oubiwann commented 1 year ago

This is the Rust-equivalent for Python Pandas:

Sadly, big python installs are required.

oubiwann commented 1 year ago

There's a pure-Rust option for DataFrames with this crate:

oubiwann commented 1 year ago

Native Rust implementation of Apache Arrow in-memory columnar format: