1 unstable release
Uses old Rust 2015
0.0.1 | Sep 18, 2018 |
---|
#9 in #pandas
86KB
1.5K
SLoC
raccoon
A library providing similar capabilities to pandas
's DataFrame
in python. The intent of this library is to facilitate the handling of large amounts of data.
Documentation
Can be found at https://docs.rs/raccoon/0.0.1/raccoon/.
Roadmap
I wish to implement the following features:
- a cell-like entry that is data independent.
- a
Series
object that contains a list of cells of the same type. - a
DataFrame
object containing a list ofSeries
. -
DataFrame
loading from csv and excel files. - operations on
DataFrame
s similar to the supported operations inpandas
. - full and clear documentation of the entire crate.
- push the crate to crates.io.
Contributors
- jakobbeckmann - Creator and maintainer.
Dependencies
~47KB