Crates.io | raccoon |
lib.rs | raccoon |
version | 0.0.1 |
source | src |
created_at | 2018-09-18 20:47:46.9188 |
updated_at | 2018-09-18 20:47:46.9188 |
description | A library aiming at facilitating handling of large amounts of data. The structure of the crate tries to follow python's pandas library. |
homepage | |
repository | https://github.com/jakobbeckmann/raccoon |
max_upload_size | |
id | 85407 |
size | 86,092 |
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
.