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:
Series
object that contains a list of cells of the same type.DataFrame
object containing a list of Series
.DataFrame
loading from csv and excel files.DataFrame
s similar to the supported operations in pandas
.