raccoon

Crates.ioraccoon
lib.rsraccoon
version0.0.1
sourcesrc
created_at2018-09-18 20:47:46.9188
updated_at2018-09-18 20:47:46.9188
descriptionA library aiming at facilitating handling of large amounts of data. The structure of the crate tries to follow python's pandas library.
homepage
repositoryhttps://github.com/jakobbeckmann/raccoon
max_upload_size
id85407
size86,092
Jakob Beckmann (jakobbeckmann)

documentation

README

raccoon Build Status

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 of Series.
  • DataFrame loading from csv and excel files.
  • operations on DataFrames similar to the supported operations in pandas.
  • full and clear documentation of the entire crate.
  • push the crate to crates.io.

Contributors

Commit count: 16

cargo fmt