#pandas #dataframe #series

raccoon

A library aiming at facilitating handling of large amounts of data. The structure of the crate tries to follow python's pandas library.

1 unstable release

Uses old Rust 2015

0.0.1 Sep 18, 2018

#8 in #pandas

MIT license

86KB
1.5K SLoC

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

Dependencies

~47KB