The idea to to implement a light-weight alternative to Python's Pandas, in and for the Rust community. Pandas is a fantastic library, but has some memory issues as well has having a massive API; and attempting to make something comparable in Rust, just feels right. :)
...however, for the most part this will serve as an area to learn more Rust and connecting it with Python via the Lumber-Jack, which is basically a wrapper to Black-Jack. This crate was initially born there, but better design insisted it be moved to its own crate/repository. ;)