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.
Can be found at https://docs.rs/raccoon/0.0.1/raccoon/.
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.
- jakobbeckmann - Creator and maintainer.