Crate raccoon[−][src]
A library aiming at facilitating handling of large amounts of data.
ATTENTION
This is a work in progress is not at all stable. I am a student developing this as a hobby and to get a better grasp of Rust.
Use in production code at your own risk.
Re-exports
pub use entry::DataEntry; |
pub use entry::DataType; |
pub use series::Series; |
pub use error::RaccoonError; |
pub use error::RaccoonResult; |
Modules
dataframe |
|
entry |
A cell-like entity that can store the most common primitives. |
error |
Error module. |
series |
A vector-like type that allows for aggregate operations similar to python's |